Html Css Color HEX #63040C Pohutukawa

📋 copy color: '#63040C'

red 99 ◦ green 4 ◦ blue 12

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

Shades of Pohutukawa #63040C

Tints of Pohutukawa #63040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.48%

 BLUE value IS 12 (5.08% from 255) = 10.43%

R = 86.09%
G = 3.48%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#63040C (or 0x63040C) is known color: Pohutukawa. HEX triplet: 63, 04 and 0C. RGB value is (99,4,12). Sum of RGB (Red+Green+Blue) = 99+4+12=115 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.09% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 99 - color contains mainly: red. Hex color #63040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63040C is #9CFBF3. Grayscale: #212121. Windows color (decimal): -10288116 or 787555. OLE color: 787555.

HSL color Cylindrical-coordinate representation of color #63040C: hue angle of 354.95º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63040C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 4 12 -
CMYK 0 0.96 0.88 0.61
HSL 354.95º 0.92% 0.2% -
HSV(B) 354.95º 0.96% 0.39% -
XYZ 5.26 2.77 0.6 -
YUV 33.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 99 4 12 0 0.96 0.88 0.61 354.95 0.92 0.2
Hex 63 4 C 0 60 58 3D 163 5C 14
Octal 143 4 14 0 140 130 75 543 134 24
Binary 1100011 100 1100 0 1100000 1011000 111101 101100011 1011100 10100

Color Harmonies of #63040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63040C

Black with #63040C

Text Example


Text Example

White with #63040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,4,12); }

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

background-color css

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

 a { background-color: rgb(99,4,12); }

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

border-color css

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

 span { border-color: rgb(99,4,12); }

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