Html Css Color HEX #5E001B Pohutukawa

📋 copy color: '#5E001B'

red 94 ◦ green 0 ◦ blue 27

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

Shades of Pohutukawa #5E001B

Tints of Pohutukawa #5E001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 77.69%
G = 0%
B = 22.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#5E001B (or 0x5E001B) is known color: Pohutukawa. HEX triplet: 5E, 00 and 1B. RGB value is (94,0,27). Sum of RGB (Red+Green+Blue) = 94+0+27=121 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.69% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 94 - color contains mainly: red. Hex color #5E001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E001B is #A1FFE4. Grayscale: #1F1F1F. Windows color (decimal): -10616805 or 1769566. OLE color: 1769566.

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

Color convert

RGB 94 0 27 -
CMYK 0 1 0.71 0.63
HSL 342.77º 1% 0.18% -
HSV(B) 342.77º 1% 0.37% -
XYZ 4.81 2.46 1.26 -
YUV 31.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 94 0 27 0 1 0.71 0.63 342.77 1 0.18
Hex 5E 0 1B 0 64 47 3F 157 64 12
Octal 136 0 33 0 144 107 77 527 144 22
Binary 1011110 0 11011 0 1100100 1000111 111111 101010111 1100100 10010

Color Harmonies of #5E001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E001B

Black with #5E001B

Text Example


Text Example

White with #5E001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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