Html Css Color HEX #5E121F Pohutukawa

📋 copy color: '#5E121F'

red 94 ◦ green 18 ◦ blue 31

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

Shades of Pohutukawa #5E121F

Tints of Pohutukawa #5E121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.59%

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

R = 65.73%
G = 12.59%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#5E121F (or 0x5E121F) is known color: Pohutukawa. HEX triplet: 5E, 12 and 1F. RGB value is (94,18,31). Sum of RGB (Red+Green+Blue) = 94+18+31=143 (18% of max value = 765). Red value is 94 (37.11% from 255 or 65.73% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 94 - color contains mainly: red. Hex color #5E121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E121F is #A1EDE0. Grayscale: #2A2A2A. Windows color (decimal): -10612193 or 2036318. OLE color: 2036318.

HSL color Cylindrical-coordinate representation of color #5E121F: hue angle of 349.74º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E121F is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 18 31 -
CMYK 0 0.81 0.67 0.63
HSL 349.74º 0.68% 0.22% -
HSV(B) 349.74º 0.81% 0.37% -
XYZ 5.08 2.91 1.59 -
YUV 42.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 94 18 31 0 0.81 0.67 0.63 349.74 0.68 0.22
Hex 5E 12 1F 0 51 43 3F 15E 44 16
Octal 136 22 37 0 121 103 77 536 104 26
Binary 1011110 10010 11111 0 1010001 1000011 111111 101011110 1000100 10110

Color Harmonies of #5E121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E121F

Black with #5E121F

Text Example


Text Example

White with #5E121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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