Html Css Color HEX #5E131D Pohutukawa

📋 copy color: '#5E131D'

red 94 ◦ green 19 ◦ blue 29

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

Shades of Pohutukawa #5E131D

Tints of Pohutukawa #5E131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

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

R = 66.2%
G = 13.38%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5E131D (or 0x5E131D) is known color: Pohutukawa. HEX triplet: 5E, 13 and 1D. RGB value is (94,19,29). Sum of RGB (Red+Green+Blue) = 94+19+29=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E131D is #A1ECE2. Grayscale: #2A2A2A. Windows color (decimal): -10611939 or 1905502. OLE color: 1905502.

HSL color Cylindrical-coordinate representation of color #5E131D: hue angle of 352º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E131D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 19 29 -
CMYK 0 0.80 0.69 0.63
HSL 352º 0.66% 0.22% -
HSV(B) 352º 0.8% 0.37% -
XYZ 5.07 2.93 1.46 -
YUV 42.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 94 19 29 0 0.80 0.69 0.63 352 0.66 0.22
Hex 5E 13 1D 0 50 45 3F 160 42 16
Octal 136 23 35 0 120 105 77 540 102 26
Binary 1011110 10011 11101 0 1010000 1000101 111111 101100000 1000010 10110

Color Harmonies of #5E131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E131D

Black with #5E131D

Text Example


Text Example

White with #5E131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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