Html Css Color HEX #5E031A Pohutukawa

📋 copy color: '#5E031A'

red 94 ◦ green 3 ◦ blue 26

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

Shades of Pohutukawa #5E031A

Tints of Pohutukawa #5E031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

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

R = 76.42%
G = 2.44%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5E031A (or 0x5E031A) is known color: Pohutukawa. HEX triplet: 5E, 03 and 1A. RGB value is (94,3,26). Sum of RGB (Red+Green+Blue) = 94+3+26=123 (16% of max value = 765). Red value is 94 (37.11% from 255 or 76.42% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 94 - color contains mainly: red. Hex color #5E031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E031A is #A1FCE5. Grayscale: #202020. Windows color (decimal): -10616038 or 1704798. OLE color: 1704798.

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

Color convert

RGB 94 3 26 -
CMYK 0 0.97 0.72 0.63
HSL 344.84º 0.94% 0.19% -
HSV(B) 344.84º 0.97% 0.37% -
XYZ 4.84 2.52 1.21 -
YUV 32.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 94 3 26 0 0.97 0.72 0.63 344.84 0.94 0.19
Hex 5E 3 1A 0 61 48 3F 159 5E 13
Octal 136 3 32 0 141 110 77 531 136 23
Binary 1011110 11 11010 0 1100001 1001000 111111 101011001 1011110 10011

Color Harmonies of #5E031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E031A

Black with #5E031A

Text Example


Text Example

White with #5E031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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