Html Css Color HEX #5E051A Pohutukawa

📋 copy color: '#5E051A'

red 94 ◦ green 5 ◦ blue 26

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

Shades of Pohutukawa #5E051A

Tints of Pohutukawa #5E051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

 BLUE value IS 26 (10.55% from 255) = 20.8%

R = 75.2%
G = 4%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5E051A (or 0x5E051A) is known color: Pohutukawa. HEX triplet: 5E, 05 and 1A. RGB value is (94,5,26). Sum of RGB (Red+Green+Blue) = 94+5+26=125 (16% of max value = 765). Red value is 94 (37.11% from 255 or 75.2% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 94 - color contains mainly: red. Hex color #5E051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E051A is #A1FAE5. Grayscale: #222222. Windows color (decimal): -10615526 or 1705310. OLE color: 1705310.

HSL color Cylindrical-coordinate representation of color #5E051A: hue angle of 345.84º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E051A is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 5 26 -
CMYK 0 0.95 0.72 0.63
HSL 345.84º 0.9% 0.19% -
HSV(B) 345.84º 0.95% 0.37% -
XYZ 4.86 2.56 1.22 -
YUV 34.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 94 5 26 0 0.95 0.72 0.63 345.84 0.9 0.19
Hex 5E 5 1A 0 5F 48 3F 15A 5A 13
Octal 136 5 32 0 137 110 77 532 132 23
Binary 1011110 101 11010 0 1011111 1001000 111111 101011010 1011010 10011

Color Harmonies of #5E051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E051A

Black with #5E051A

Text Example


Text Example

White with #5E051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,5,26); }

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

background-color css

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

 a { background-color: rgb(94,5,26); }

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

border-color css

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

 span { border-color: rgb(94,5,26); }

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