Html Css Color HEX #63202C Pohutukawa

📋 copy color: '#63202C'

red 99 ◦ green 32 ◦ blue 44

#63202C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #63202C

Tints of Pohutukawa #63202C

RGB

 RED value IS 99 (39.06% from 255) = 56.57%

 GREEN value IS 32 (12.89% from 255) = 18.29%

 BLUE value IS 44 (17.58% from 255) = 25.14%

R = 56.57%
G = 18.29%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#63202C (or 0x63202C) is known color: Pohutukawa. HEX triplet: 63, 20 and 2C. RGB value is (99,32,44). Sum of RGB (Red+Green+Blue) = 99+32+44=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #63202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63202C is #9CDFD3. Grayscale: #353535. Windows color (decimal): -10280916 or 2891875. OLE color: 2891875.

HSL color Cylindrical-coordinate representation of color #63202C: hue angle of 349.25º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63202C is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 44 -
CMYK 0 0.68 0.56 0.61
HSL 349.25º 0.51% 0.26% -
HSV(B) 349.25º 0.68% 0.39% -
XYZ 6.12 3.87 2.81 -
YUV 53.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 99 32 44 0 0.68 0.56 0.61 349.25 0.51 0.26
Hex 63 20 2C 0 44 38 3D 15D 33 1A
Octal 143 40 54 0 104 70 75 535 63 32
Binary 1100011 100000 101100 0 1000100 111000 111101 101011101 110011 11010

Color Harmonies of #63202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63202C

Black with #63202C

Text Example


Text Example

White with #63202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63202C; }

 p { color: rgb(99,32,44); }

 H1.HeaderClassName
 {
   color: #63202C;
 }
 .AnyTagClassName
 {
   color: #63202C;
 }
</style>

background-color css

<style>
 a { background-color: #63202C; }

 a { background-color: rgb(99,32,44); }

 div.DivClassName
 {
   background-color: #63202C;
 }
 .BgClassName
 {
   background-color: #63202C;
 }
</style>

border-color css

<style>
 span { border-color: #63202C; }

 span { border-color: rgb(99,32,44); }

 td.TdClassName
 {
   border-color: #63202C;
 }
 .TagClassName
 {
   border-color: #63202C;
 }
</style>