Html Css Color HEX #5B212C Pohutukawa

📋 copy color: '#5B212C'

red 91 ◦ green 33 ◦ blue 44

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

Shades of Pohutukawa #5B212C

Tints of Pohutukawa #5B212C

RGB

 RED value IS 91 (35.94% from 255) = 54.17%

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

 BLUE value IS 44 (17.58% from 255) = 26.19%

R = 54.17%
G = 19.64%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#5B212C (or 0x5B212C) is known color: Pohutukawa. HEX triplet: 5B, 21 and 2C. RGB value is (91,33,44). Sum of RGB (Red+Green+Blue) = 91+33+44=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B212C is #A4DED3. Grayscale: #333333. Windows color (decimal): -10804948 or 2892123. OLE color: 2892123.

HSL color Cylindrical-coordinate representation of color #5B212C: hue angle of 348.62º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B212C is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 33 44 -
CMYK 0 0.64 0.52 0.64
HSL 348.62º 0.47% 0.24% -
HSV(B) 348.62º 0.64% 0.36% -
XYZ 5.31 3.49 2.78 -
YUV 51.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 91 33 44 0 0.64 0.52 0.64 348.62 0.47 0.24
Hex 5B 21 2C 0 40 34 40 15D 2F 18
Octal 133 41 54 0 100 64 100 535 57 30
Binary 1011011 100001 101100 0 1000000 110100 1000000 101011101 101111 11000

Color Harmonies of #5B212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B212C

Black with #5B212C

Text Example


Text Example

White with #5B212C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,33,44); }

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

background-color css

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

 a { background-color: rgb(91,33,44); }

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

border-color css

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

 span { border-color: rgb(91,33,44); }

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