Html Css Color HEX #482221 Caput Mortuum

📋 copy color: '#482221'

red 72 ◦ green 34 ◦ blue 33

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

Shades of Caput Mortuum #482221

Tints of Caput Mortuum #482221

RGB

 RED value IS 72 (28.52% from 255) = 51.8%

 GREEN value IS 34 (13.67% from 255) = 24.46%

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

R = 51.8%
G = 24.46%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#482221 (or 0x482221) is known color: Caput Mortuum. HEX triplet: 48, 22 and 21. RGB value is (72,34,33). Sum of RGB (Red+Green+Blue) = 72+34+33=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #482221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482221 is #B7DDDE. Grayscale: #2D2D2D. Windows color (decimal): -12049887 or 2171464. OLE color: 2171464.

HSL color Cylindrical-coordinate representation of color #482221: hue angle of 1.54º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482221 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 33 -
CMYK 0 0.53 0.54 0.72
HSL 1.54º 0.37% 0.21% -
HSV(B) 1.54º 0.54% 0.28% -
XYZ 3.52 2.63 1.76 -
YUV 45.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 72 34 33 0 0.53 0.54 0.72 1.54 0.37 0.21
Hex 48 22 21 0 35 36 48 2 25 15
Octal 110 42 41 0 65 66 110 2 45 25
Binary 1001000 100010 100001 0 110101 110110 1001000 10 100101 10101

Color Harmonies of #482221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482221

Black with #482221

Text Example


Text Example

White with #482221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482221; }

 p { color: rgb(72,34,33); }

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

background-color css

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

 a { background-color: rgb(72,34,33); }

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

border-color css

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

 span { border-color: rgb(72,34,33); }

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