Html Css Color HEX #5E121C Pohutukawa

📋 copy color: '#5E121C'

red 94 ◦ green 18 ◦ blue 28

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

Shades of Pohutukawa #5E121C

Tints of Pohutukawa #5E121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20%

R = 67.14%
G = 12.86%
B = 20%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.63

RGB Variations

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

Color information

#5E121C (or 0x5E121C) is known color: Pohutukawa. HEX triplet: 5E, 12 and 1C. RGB value is (94,18,28). Sum of RGB (Red+Green+Blue) = 94+18+28=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E121C is #A1EDE3. Grayscale: #292929. Windows color (decimal): -10612196 or 1839710. OLE color: 1839710.

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

Color convert

RGB 94 18 28 -
CMYK 0 0.81 0.70 0.63
HSL 352.11º 0.68% 0.22% -
HSV(B) 352.11º 0.81% 0.37% -
XYZ 5.04 2.9 1.39 -
YUV 41.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 94 18 28 0 0.81 0.70 0.63 352.11 0.68 0.22
Hex 5E 12 1C 0 51 46 3F 160 44 16
Octal 136 22 34 0 121 106 77 540 104 26
Binary 1011110 10010 11100 0 1010001 1000110 111111 101100000 1000100 10110

Color Harmonies of #5E121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E121C

Black with #5E121C

Text Example


Text Example

White with #5E121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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