Html Css Color HEX #5E031E Pohutukawa

📋 copy color: '#5E031E'

red 94 ◦ green 3 ◦ blue 30

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

Shades of Pohutukawa #5E031E

Tints of Pohutukawa #5E031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.62%

R = 74.02%
G = 2.36%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5E031E (or 0x5E031E) is known color: Pohutukawa. HEX triplet: 5E, 03 and 1E. RGB value is (94,3,30). Sum of RGB (Red+Green+Blue) = 94+3+30=127 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.02% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 94 - color contains mainly: red. Hex color #5E031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E031E is #A1FCE1. Grayscale: #212121. Windows color (decimal): -10616034 or 1966942. OLE color: 1966942.

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

Color convert

RGB 94 3 30 -
CMYK 0 0.97 0.68 0.63
HSL 342.2º 0.94% 0.19% -
HSV(B) 342.2º 0.97% 0.37% -
XYZ 4.88 2.54 1.46 -
YUV 33.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 94 3 30 0 0.97 0.68 0.63 342.2 0.94 0.19
Hex 5E 3 1E 0 61 44 3F 156 5E 13
Octal 136 3 36 0 141 104 77 526 136 23
Binary 1011110 11 11110 0 1100001 1000100 111111 101010110 1011110 10011

Color Harmonies of #5E031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E031E

Black with #5E031E

Text Example


Text Example

White with #5E031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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