Html Css Color HEX #5B021E Pohutukawa

📋 copy color: '#5B021E'

red 91 ◦ green 2 ◦ blue 30

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

Shades of Pohutukawa #5B021E

Tints of Pohutukawa #5B021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 73.98%
G = 1.63%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5B021E (or 0x5B021E) is known color: Pohutukawa. HEX triplet: 5B, 02 and 1E. RGB value is (91,2,30). Sum of RGB (Red+Green+Blue) = 91+2+30=123 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.98% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 91 - color contains mainly: red. Hex color #5B021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B021E is #A4FDE1. Grayscale: #1F1F1F. Windows color (decimal): -10812898 or 1966683. OLE color: 1966683.

HSL color Cylindrical-coordinate representation of color #5B021E: hue angle of 341.12º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B021E is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 2 30 -
CMYK 0 0.98 0.67 0.64
HSL 341.12º 0.96% 0.18% -
HSV(B) 341.12º 0.98% 0.36% -
XYZ 4.57 2.36 1.44 -
YUV 31.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 91 2 30 0 0.98 0.67 0.64 341.12 0.96 0.18
Hex 5B 2 1E 0 62 43 40 155 60 12
Octal 133 2 36 0 142 103 100 525 140 22
Binary 1011011 10 11110 0 1100010 1000011 1000000 101010101 1100000 10010

Color Harmonies of #5B021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B021E

Black with #5B021E

Text Example


Text Example

White with #5B021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,2,30); }

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

background-color css

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

 a { background-color: rgb(91,2,30); }

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

border-color css

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

 span { border-color: rgb(91,2,30); }

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