Html Css Color HEX #5D0221 Pohutukawa

📋 copy color: '#5D0221'

red 93 ◦ green 2 ◦ blue 33

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

Shades of Pohutukawa #5D0221

Tints of Pohutukawa #5D0221

RGB

 RED value IS 93 (36.72% from 255) = 72.66%

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

 BLUE value IS 33 (13.28% from 255) = 25.78%

R = 72.66%
G = 1.56%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#5D0221 (or 0x5D0221) is known color: Pohutukawa. HEX triplet: 5D, 02 and 21. RGB value is (93,2,33). Sum of RGB (Red+Green+Blue) = 93+2+33=128 (16% of max value = 765). Red value is 93 (36.72% from 255 or 72.66% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0221 is #A2FDDE. Grayscale: #202020. Windows color (decimal): -10681823 or 2163293. OLE color: 2163293.

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

Color convert

RGB 93 2 33 -
CMYK 0 0.98 0.65 0.64
HSL 339.56º 0.96% 0.19% -
HSV(B) 339.56º 0.98% 0.36% -
XYZ 4.81 2.48 1.66 -
YUV 32.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 93 2 33 0 0.98 0.65 0.64 339.56 0.96 0.19
Hex 5D 2 21 0 62 41 40 154 60 13
Octal 135 2 41 0 142 101 100 524 140 23
Binary 1011101 10 100001 0 1100010 1000001 1000000 101010100 1100000 10011

Color Harmonies of #5D0221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0221

Black with #5D0221

Text Example


Text Example

White with #5D0221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,2,33); }

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

background-color css

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

 a { background-color: rgb(93,2,33); }

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

border-color css

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

 span { border-color: rgb(93,2,33); }

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