Html Css Color HEX #5E1523 Pohutukawa

📋 copy color: '#5E1523'

red 94 ◦ green 21 ◦ blue 35

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

Shades of Pohutukawa #5E1523

Tints of Pohutukawa #5E1523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.33%

R = 62.67%
G = 14%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#5E1523 (or 0x5E1523) is known color: Pohutukawa. HEX triplet: 5E, 15 and 23. RGB value is (94,21,35). Sum of RGB (Red+Green+Blue) = 94+21+35=150 (19% of max value = 765). Red value is 94 (37.11% from 255 or 62.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1523 is #A1EADC. Grayscale: #2C2C2C. Windows color (decimal): -10611421 or 2299230. OLE color: 2299230.

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

Color convert

RGB 94 21 35 -
CMYK 0 0.78 0.63 0.63
HSL 348.49º 0.63% 0.23% -
HSV(B) 348.49º 0.78% 0.37% -
XYZ 5.19 3.04 1.9 -
YUV 44.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 94 21 35 0 0.78 0.63 0.63 348.49 0.63 0.23
Hex 5E 15 23 0 4E 3F 3F 15C 3F 17
Octal 136 25 43 0 116 77 77 534 77 27
Binary 1011110 10101 100011 0 1001110 111111 111111 101011100 111111 10111

Color Harmonies of #5E1523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1523

Black with #5E1523

Text Example


Text Example

White with #5E1523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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