Html Css Color HEX #153221 Deep Fir

📋 copy color: '#153221'

red 21 ◦ green 50 ◦ blue 33

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

Shades of Deep Fir #153221

Tints of Deep Fir #153221

RGB

 RED value IS 21 (8.59% from 255) = 20.19%

 GREEN value IS 50 (19.92% from 255) = 48.08%

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

R = 20.19%
G = 48.08%
B = 31.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#153221 (or 0x153221) is known color: Deep Fir. HEX triplet: 15, 32 and 21. RGB value is (21,50,33). Sum of RGB (Red+Green+Blue) = 21+50+33=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #153221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153221 is #EACDDE. Grayscale: #272727. Windows color (decimal): -15388127 or 2175509. OLE color: 2175509.

HSL color Cylindrical-coordinate representation of color #153221: hue angle of 144.83º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #153221 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 50 33 -
CMYK 0.58 0 0.34 0.80
HSL 144.83º 0.41% 0.14% -
HSV(B) 144.83º 0.58% 0.2% -
XYZ 1.72 2.55 1.84 -
YUV 39.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 21 50 33 0.58 0 0.34 0.80 144.83 0.41 0.14
Hex 15 32 21 3A 0 22 50 91 29 E
Octal 25 62 41 72 0 42 120 221 51 16
Binary 10101 110010 100001 111010 0 100010 1010000 10010001 101001 1110

Color Harmonies of #153221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153221

Black with #153221

Text Example


Text Example

White with #153221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153221; }

 p { color: rgb(21,50,33); }

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

background-color css

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

 a { background-color: rgb(21,50,33); }

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

border-color css

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

 span { border-color: rgb(21,50,33); }

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