Html Css Color HEX #5B051A Pohutukawa

📋 copy color: '#5B051A'

red 91 ◦ green 5 ◦ blue 26

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

Shades of Pohutukawa #5B051A

Tints of Pohutukawa #5B051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.1%

 BLUE value IS 26 (10.55% from 255) = 21.31%

R = 74.59%
G = 4.1%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5B051A (or 0x5B051A) is known color: Pohutukawa. HEX triplet: 5B, 05 and 1A. RGB value is (91,5,26). Sum of RGB (Red+Green+Blue) = 91+5+26=122 (16% of max value = 765). Red value is 91 (35.94% from 255 or 74.59% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 91 - color contains mainly: red. Hex color #5B051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B051A is #A4FAE5. Grayscale: #212121. Windows color (decimal): -10812134 or 1705307. OLE color: 1705307.

HSL color Cylindrical-coordinate representation of color #5B051A: hue angle of 345.35º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B051A is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 5 26 -
CMYK 0 0.95 0.71 0.64
HSL 345.35º 0.9% 0.19% -
HSV(B) 345.35º 0.95% 0.36% -
XYZ 4.56 2.41 1.2 -
YUV 33.11 123.99 169.29 -
System Red Green Blue C M Y K H S L
Decimal 91 5 26 0 0.95 0.71 0.64 345.35 0.9 0.19
Hex 5B 5 1A 0 5F 47 40 159 5A 13
Octal 133 5 32 0 137 107 100 531 132 23
Binary 1011011 101 11010 0 1011111 1000111 1000000 101011001 1011010 10011

Color Harmonies of #5B051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B051A

Black with #5B051A

Text Example


Text Example

White with #5B051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,26); }

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

background-color css

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

 a { background-color: rgb(91,5,26); }

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

border-color css

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

 span { border-color: rgb(91,5,26); }

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