Html Css Color HEX #5E031F Pohutukawa

📋 copy color: '#5E031F'

red 94 ◦ green 3 ◦ blue 31

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

Shades of Pohutukawa #5E031F

Tints of Pohutukawa #5E031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.22%

R = 73.44%
G = 2.34%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#5E031F (or 0x5E031F) is known color: Pohutukawa. HEX triplet: 5E, 03 and 1F. RGB value is (94,3,31). Sum of RGB (Red+Green+Blue) = 94+3+31=128 (16% of max value = 765). Red value is 94 (37.11% from 255 or 73.44% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 94 - color contains mainly: red. Hex color #5E031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E031F is #A1FCE0. Grayscale: #212121. Windows color (decimal): -10616033 or 2032478. OLE color: 2032478.

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

Color convert

RGB 94 3 31 -
CMYK 0 0.97 0.67 0.63
HSL 341.54º 0.94% 0.19% -
HSV(B) 341.54º 0.97% 0.37% -
XYZ 4.9 2.54 1.53 -
YUV 33.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 94 3 31 0 0.97 0.67 0.63 341.54 0.94 0.19
Hex 5E 3 1F 0 61 43 3F 156 5E 13
Octal 136 3 37 0 141 103 77 526 136 23
Binary 1011110 11 11111 0 1100001 1000011 111111 101010110 1011110 10011

Color Harmonies of #5E031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E031F

Black with #5E031F

Text Example


Text Example

White with #5E031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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