Html Css Color HEX #5E151C Pohutukawa

📋 copy color: '#5E151C'

red 94 ◦ green 21 ◦ blue 28

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

Shades of Pohutukawa #5E151C

Tints of Pohutukawa #5E151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

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

R = 65.73%
G = 14.69%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.63

RGB Variations

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

Color information

#5E151C (or 0x5E151C) is known color: Pohutukawa. HEX triplet: 5E, 15 and 1C. RGB value is (94,21,28). Sum of RGB (Red+Green+Blue) = 94+21+28=143 (18% of max value = 765). Red value is 94 (37.11% from 255 or 65.73% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 94 - color contains mainly: red. Hex color #5E151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E151C is #A1EAE3. Grayscale: #2B2B2B. Windows color (decimal): -10611428 or 1840478. OLE color: 1840478.

HSL color Cylindrical-coordinate representation of color #5E151C: hue angle of 354.25º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E151C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 21 28 -
CMYK 0 0.78 0.70 0.63
HSL 354.25º 0.63% 0.23% -
HSV(B) 354.25º 0.78% 0.37% -
XYZ 5.09 3 1.41 -
YUV 43.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 94 21 28 0 0.78 0.70 0.63 354.25 0.63 0.23
Hex 5E 15 1C 0 4E 46 3F 162 3F 17
Octal 136 25 34 0 116 106 77 542 77 27
Binary 1011110 10101 11100 0 1001110 1000110 111111 101100010 111111 10111

Color Harmonies of #5E151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E151C

Black with #5E151C

Text Example


Text Example

White with #5E151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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