Html Css Color HEX #5E121B Pohutukawa

📋 copy color: '#5E121B'

red 94 ◦ green 18 ◦ blue 27

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

Shades of Pohutukawa #5E121B

Tints of Pohutukawa #5E121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 67.63%
G = 12.95%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#5E121B (or 0x5E121B) is known color: Pohutukawa. HEX triplet: 5E, 12 and 1B. RGB value is (94,18,27). Sum of RGB (Red+Green+Blue) = 94+18+27=139 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.63% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 94 - color contains mainly: red. Hex color #5E121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E121B is #A1EDE4. Grayscale: #292929. Windows color (decimal): -10612197 or 1774174. OLE color: 1774174.

HSL color Cylindrical-coordinate representation of color #5E121B: hue angle of 352.89º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E121B is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 18 27 -
CMYK 0 0.81 0.71 0.63
HSL 352.89º 0.68% 0.22% -
HSV(B) 352.89º 0.81% 0.37% -
XYZ 5.03 2.89 1.33 -
YUV 41.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 94 18 27 0 0.81 0.71 0.63 352.89 0.68 0.22
Hex 5E 12 1B 0 51 47 3F 161 44 16
Octal 136 22 33 0 121 107 77 541 104 26
Binary 1011110 10010 11011 0 1010001 1000111 111111 101100001 1000100 10110

Color Harmonies of #5E121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E121B

Black with #5E121B

Text Example


Text Example

White with #5E121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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