Html Css Color HEX #5E021A Pohutukawa

📋 copy color: '#5E021A'

red 94 ◦ green 2 ◦ blue 26

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

Shades of Pohutukawa #5E021A

Tints of Pohutukawa #5E021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.64%

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

R = 77.05%
G = 1.64%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5E021A (or 0x5E021A) is known color: Pohutukawa. HEX triplet: 5E, 02 and 1A. RGB value is (94,2,26). Sum of RGB (Red+Green+Blue) = 94+2+26=122 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.05% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 94 - color contains mainly: red. Hex color #5E021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E021A is #A1FDE5. Grayscale: #202020. Windows color (decimal): -10616294 or 1704542. OLE color: 1704542.

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

Color convert

RGB 94 2 26 -
CMYK 0 0.98 0.72 0.63
HSL 344.35º 0.96% 0.19% -
HSV(B) 344.35º 0.98% 0.37% -
XYZ 4.82 2.5 1.21 -
YUV 32.24 124.48 172.05 -
System Red Green Blue C M Y K H S L
Decimal 94 2 26 0 0.98 0.72 0.63 344.35 0.96 0.19
Hex 5E 2 1A 0 62 48 3F 158 60 13
Octal 136 2 32 0 142 110 77 530 140 23
Binary 1011110 10 11010 0 1100010 1001000 111111 101011000 1100000 10011

Color Harmonies of #5E021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E021A

Black with #5E021A

Text Example


Text Example

White with #5E021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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