Html Css Color HEX #5D0121 Pohutukawa

📋 copy color: '#5D0121'

red 93 ◦ green 1 ◦ blue 33

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

Shades of Pohutukawa #5D0121

Tints of Pohutukawa #5D0121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

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

R = 73.23%
G = 0.79%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#5D0121 (or 0x5D0121) is known color: Pohutukawa. HEX triplet: 5D, 01 and 21. RGB value is (93,1,33). Sum of RGB (Red+Green+Blue) = 93+1+33=127 (16% of max value = 765). Red value is 93 (36.72% from 255 or 73.23% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0121 is #A2FEDE. Grayscale: #202020. Windows color (decimal): -10682079 or 2163037. OLE color: 2163037.

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

Color convert

RGB 93 1 33 -
CMYK 0 0.99 0.65 0.64
HSL 339.13º 0.98% 0.18% -
HSV(B) 339.13º 0.99% 0.36% -
XYZ 4.8 2.46 1.66 -
YUV 32.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 93 1 33 0 0.99 0.65 0.64 339.13 0.98 0.18
Hex 5D 1 21 0 63 41 40 153 62 12
Octal 135 1 41 0 143 101 100 523 142 22
Binary 1011101 1 100001 0 1100011 1000001 1000000 101010011 1100010 10010

Color Harmonies of #5D0121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0121

Black with #5D0121

Text Example


Text Example

White with #5D0121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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