Html Css Color HEX #5E212B Pohutukawa

📋 copy color: '#5E212B'

red 94 ◦ green 33 ◦ blue 43

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

Shades of Pohutukawa #5E212B

Tints of Pohutukawa #5E212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.29%

R = 55.29%
G = 19.41%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#5E212B (or 0x5E212B) is known color: Pohutukawa. HEX triplet: 5E, 21 and 2B. RGB value is (94,33,43). Sum of RGB (Red+Green+Blue) = 94+33+43=170 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.29% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 94 - color contains mainly: red. Hex color #5E212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E212B is #A1DED4. Grayscale: #343434. Windows color (decimal): -10608341 or 2826590. OLE color: 2826590.

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

Color convert

RGB 94 33 43 -
CMYK 0 0.65 0.54 0.63
HSL 350.16º 0.48% 0.25% -
HSV(B) 350.16º 0.65% 0.37% -
XYZ 5.6 3.64 2.69 -
YUV 52.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 94 33 43 0 0.65 0.54 0.63 350.16 0.48 0.25
Hex 5E 21 2B 0 41 36 3F 15E 30 19
Octal 136 41 53 0 101 66 77 536 60 31
Binary 1011110 100001 101011 0 1000001 110110 111111 101011110 110000 11001

Color Harmonies of #5E212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E212B

Black with #5E212B

Text Example


Text Example

White with #5E212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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