Html Css Color HEX #21150D Wood Bark

📋 copy color: '#21150D'

red 33 ◦ green 21 ◦ blue 13

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

Shades of Wood Bark #21150D

Tints of Wood Bark #21150D

RGB

 RED value IS 33 (13.28% from 255) = 49.25%

 GREEN value IS 21 (8.59% from 255) = 31.34%

 BLUE value IS 13 (5.47% from 255) = 19.4%

R = 49.25%
G = 31.34%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#21150D (or 0x21150D) is known color: Wood Bark. HEX triplet: 21, 15 and 0D. RGB value is (33,21,13). Sum of RGB (Red+Green+Blue) = 33+21+13=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #21150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21150D is #DEEAF2. Grayscale: #171717. Windows color (decimal): -14609139 or 857377. OLE color: 857377.

HSL color Cylindrical-coordinate representation of color #21150D: hue angle of 24º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21150D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 21 13 -
CMYK 0 0.36 0.61 0.87
HSL 24º 0.43% 0.09% -
HSV(B) 24º 0.61% 0.13% -
XYZ 0.97 0.89 0.5 -
YUV 23.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 33 21 13 0 0.36 0.61 0.87 24 0.43 0.09
Hex 21 15 D 0 24 3D 57 18 2B 9
Octal 41 25 15 0 44 75 127 30 53 11
Binary 100001 10101 1101 0 100100 111101 1010111 11000 101011 1001

Color Harmonies of #21150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21150D

Black with #21150D

Text Example


Text Example

White with #21150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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