Html Css Color HEX #5E041D Pohutukawa

📋 copy color: '#5E041D'

red 94 ◦ green 4 ◦ blue 29

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

Shades of Pohutukawa #5E041D

Tints of Pohutukawa #5E041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.15%

 BLUE value IS 29 (11.72% from 255) = 22.83%

R = 74.02%
G = 3.15%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5E041D (or 0x5E041D) is known color: Pohutukawa. HEX triplet: 5E, 04 and 1D. RGB value is (94,4,29). Sum of RGB (Red+Green+Blue) = 94+4+29=127 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.02% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 94 - color contains mainly: red. Hex color #5E041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E041D is #A1FBE2. Grayscale: #212121. Windows color (decimal): -10615779 or 1901662. OLE color: 1901662.

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

Color convert

RGB 94 4 29 -
CMYK 0 0.96 0.69 0.63
HSL 343.33º 0.92% 0.19% -
HSV(B) 343.33º 0.96% 0.37% -
XYZ 4.88 2.56 1.4 -
YUV 33.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 94 4 29 0 0.96 0.69 0.63 343.33 0.92 0.19
Hex 5E 4 1D 0 60 45 3F 157 5C 13
Octal 136 4 35 0 140 105 77 527 134 23
Binary 1011110 100 11101 0 1100000 1000101 111111 101010111 1011100 10011

Color Harmonies of #5E041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E041D

Black with #5E041D

Text Example


Text Example

White with #5E041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,4,29); }

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

background-color css

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

 a { background-color: rgb(94,4,29); }

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

border-color css

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

 span { border-color: rgb(94,4,29); }

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