Html Css Color HEX #5E0206 Pohutukawa

📋 copy color: '#5E0206'

red 94 ◦ green 2 ◦ blue 6

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

Shades of Pohutukawa #5E0206

Tints of Pohutukawa #5E0206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.96%

 BLUE value IS 6 (2.73% from 255) = 5.88%

R = 92.16%
G = 1.96%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#5E0206 (or 0x5E0206) is known color: Pohutukawa. HEX triplet: 5E, 02 and 06. RGB value is (94,2,6). Sum of RGB (Red+Green+Blue) = 94+2+6=102 (13% of max value = 765). Red value is 94 (37.11% from 255 or 92.16% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0206 is #A1FDF9. Grayscale: #1E1E1E. Windows color (decimal): -10616314 or 393822. OLE color: 393822.

HSL color Cylindrical-coordinate representation of color #5E0206: hue angle of 357.39º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0206 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 2 6 -
CMYK 0 0.98 0.94 0.63
HSL 357.39º 0.96% 0.19% -
HSV(B) 357.39º 0.98% 0.37% -
XYZ 4.67 2.44 0.4 -
YUV 29.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 94 2 6 0 0.98 0.94 0.63 357.39 0.96 0.19
Hex 5E 2 6 0 62 5E 3F 165 60 13
Octal 136 2 6 0 142 136 77 545 140 23
Binary 1011110 10 110 0 1100010 1011110 111111 101100101 1100000 10011

Color Harmonies of #5E0206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0206

Black with #5E0206

Text Example


Text Example

White with #5E0206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,2,6); }

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

background-color css

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

 a { background-color: rgb(94,2,6); }

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

border-color css

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

 span { border-color: rgb(94,2,6); }

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