Html Css Color HEX #5E000B Pohutukawa

📋 copy color: '#5E000B'

red 94 ◦ green 0 ◦ blue 11

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

Shades of Pohutukawa #5E000B

Tints of Pohutukawa #5E000B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.48%

R = 89.52%
G = 0%
B = 10.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.63

RGB Variations

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

Color information

#5E000B (or 0x5E000B) is known color: Pohutukawa. HEX triplet: 5E, 00 and 0B. RGB value is (94,0,11). Sum of RGB (Red+Green+Blue) = 94+0+11=105 (13% of max value = 765). Red value is 94 (37.11% from 255 or 89.52% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 94 - color contains mainly: red. Hex color #5E000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E000B is #A1FFF4. Grayscale: #1D1D1D. Windows color (decimal): -10616821 or 720990. OLE color: 720990.

HSL color Cylindrical-coordinate representation of color #5E000B: hue angle of 352.98º 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 #5E000B is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 0 11 -
CMYK 0 1 0.88 0.63
HSL 352.98º 1% 0.18% -
HSV(B) 352.98º 1% 0.37% -
XYZ 4.68 2.4 0.53 -
YUV 29.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 94 0 11 0 1 0.88 0.63 352.98 1 0.18
Hex 5E 0 B 0 64 58 3F 161 64 12
Octal 136 0 13 0 144 130 77 541 144 22
Binary 1011110 0 1011 0 1100100 1011000 111111 101100001 1100100 10010

Color Harmonies of #5E000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E000B

Black with #5E000B

Text Example


Text Example

White with #5E000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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