Html Css Color HEX #5B151F Pohutukawa

📋 copy color: '#5B151F'

red 91 ◦ green 21 ◦ blue 31

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

Shades of Pohutukawa #5B151F

Tints of Pohutukawa #5B151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

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

R = 63.64%
G = 14.69%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#5B151F (or 0x5B151F) is known color: Pohutukawa. HEX triplet: 5B, 15 and 1F. RGB value is (91,21,31). Sum of RGB (Red+Green+Blue) = 91+21+31=143 (18% of max value = 765). Red value is 91 (35.94% from 255 or 63.64% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 91 - color contains mainly: red. Hex color #5B151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B151F is #A4EAE0. Grayscale: #2B2B2B. Windows color (decimal): -10808033 or 2037083. OLE color: 2037083.

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

Color convert

RGB 91 21 31 -
CMYK 0 0.77 0.66 0.64
HSL 351.43º 0.63% 0.22% -
HSV(B) 351.43º 0.77% 0.36% -
XYZ 4.83 2.86 1.59 -
YUV 43.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 91 21 31 0 0.77 0.66 0.64 351.43 0.63 0.22
Hex 5B 15 1F 0 4D 42 40 15F 3E 16
Octal 133 25 37 0 115 102 100 537 76 26
Binary 1011011 10101 11111 0 1001101 1000010 1000000 101011111 111110 10110

Color Harmonies of #5B151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B151F

Black with #5B151F

Text Example


Text Example

White with #5B151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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