Html Css Color HEX #5E000C Pohutukawa

📋 copy color: '#5E000C'

red 94 ◦ green 0 ◦ blue 12

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

Shades of Pohutukawa #5E000C

Tints of Pohutukawa #5E000C

RGB

 RED value IS 94 (37.11% from 255) = 88.68%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.68%
G = 0%
B = 11.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.63

RGB Variations

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

Color information

#5E000C (or 0x5E000C) is known color: Pohutukawa. HEX triplet: 5E, 00 and 0C. RGB value is (94,0,12). Sum of RGB (Red+Green+Blue) = 94+0+12=106 (14% of max value = 765). Red value is 94 (37.11% from 255 or 88.68% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 94 - color contains mainly: red. Hex color #5E000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E000C is #A1FFF3. Grayscale: #1D1D1D. Windows color (decimal): -10616820 or 786526. OLE color: 786526.

HSL color Cylindrical-coordinate representation of color #5E000C: hue angle of 352.34º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E000C is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 0 12 -
CMYK 0 1 0.87 0.63
HSL 352.34º 1% 0.18% -
HSV(B) 352.34º 1% 0.37% -
XYZ 4.68 2.41 0.57 -
YUV 29.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 94 0 12 0 1 0.87 0.63 352.34 1 0.18
Hex 5E 0 C 0 64 57 3F 160 64 12
Octal 136 0 14 0 144 127 77 540 144 22
Binary 1011110 0 1100 0 1100100 1010111 111111 101100000 1100100 10010

Color Harmonies of #5E000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E000C

Black with #5E000C

Text Example


Text Example

White with #5E000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E000C; }

 p { color: rgb(94,0,12); }

 H1.HeaderClassName
 {
   color: #5E000C;
 }
 .AnyTagClassName
 {
   color: #5E000C;
 }
</style>

background-color css

<style>
 a { background-color: #5E000C; }

 a { background-color: rgb(94,0,12); }

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

border-color css

<style>
 span { border-color: #5E000C; }

 span { border-color: rgb(94,0,12); }

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