Html Css Color HEX #5E212E Pohutukawa

📋 copy color: '#5E212E'

red 94 ◦ green 33 ◦ blue 46

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

Shades of Pohutukawa #5E212E

Tints of Pohutukawa #5E212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

 BLUE value IS 46 (18.36% from 255) = 26.59%

R = 54.34%
G = 19.08%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5E212E (or 0x5E212E) is known color: Pohutukawa. HEX triplet: 5E, 21 and 2E. RGB value is (94,33,46). Sum of RGB (Red+Green+Blue) = 94+33+46=173 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.34% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 94 - color contains mainly: red. Hex color #5E212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E212E is #A1DED1. Grayscale: #343434. Windows color (decimal): -10608338 or 3023198. OLE color: 3023198.

HSL color Cylindrical-coordinate representation of color #5E212E: hue angle of 347.21º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E212E is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 33 46 -
CMYK 0 0.65 0.51 0.63
HSL 347.21º 0.48% 0.25% -
HSV(B) 347.21º 0.65% 0.37% -
XYZ 5.65 3.66 2.99 -
YUV 52.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 94 33 46 0 0.65 0.51 0.63 347.21 0.48 0.25
Hex 5E 21 2E 0 41 33 3F 15B 30 19
Octal 136 41 56 0 101 63 77 533 60 31
Binary 1011110 100001 101110 0 1000001 110011 111111 101011011 110000 11001

Color Harmonies of #5E212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E212E

Black with #5E212E

Text Example


Text Example

White with #5E212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,33,46); }

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

background-color css

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

 a { background-color: rgb(94,33,46); }

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

border-color css

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

 span { border-color: rgb(94,33,46); }

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