Html Css Color HEX #5B161F Pohutukawa

📋 copy color: '#5B161F'

red 91 ◦ green 22 ◦ blue 31

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

Shades of Pohutukawa #5B161F

Tints of Pohutukawa #5B161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.28%

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

R = 63.19%
G = 15.28%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#5B161F (or 0x5B161F) is known color: Pohutukawa. HEX triplet: 5B, 16 and 1F. RGB value is (91,22,31). Sum of RGB (Red+Green+Blue) = 91+22+31=144 (19% of max value = 765). Red value is 91 (35.94% from 255 or 63.19% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 91 - color contains mainly: red. Hex color #5B161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B161F is #A4E9E0. Grayscale: #2B2B2B. Windows color (decimal): -10807777 or 2037339. OLE color: 2037339.

HSL color Cylindrical-coordinate representation of color #5B161F: hue angle of 352.17º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B161F is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 22 31 -
CMYK 0 0.76 0.66 0.64
HSL 352.17º 0.61% 0.22% -
HSV(B) 352.17º 0.76% 0.36% -
XYZ 4.85 2.9 1.6 -
YUV 43.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 91 22 31 0 0.76 0.66 0.64 352.17 0.61 0.22
Hex 5B 16 1F 0 4C 42 40 160 3D 16
Octal 133 26 37 0 114 102 100 540 75 26
Binary 1011011 10110 11111 0 1001100 1000010 1000000 101100000 111101 10110

Color Harmonies of #5B161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B161F

Black with #5B161F

Text Example


Text Example

White with #5B161F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,22,31); }

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

background-color css

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

 a { background-color: rgb(91,22,31); }

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

border-color css

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

 span { border-color: rgb(91,22,31); }

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