Html Css Color HEX #482322 Caput Mortuum

📋 copy color: '#482322'

red 72 ◦ green 35 ◦ blue 34

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

Shades of Caput Mortuum #482322

Tints of Caput Mortuum #482322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.82%

 BLUE value IS 34 (13.67% from 255) = 24.11%

R = 51.06%
G = 24.82%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#482322 (or 0x482322) is known color: Caput Mortuum. HEX triplet: 48, 23 and 22. RGB value is (72,35,34). Sum of RGB (Red+Green+Blue) = 72+35+34=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #482322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482322 is #B7DCDD. Grayscale: #2D2D2D. Windows color (decimal): -12049630 or 2237256. OLE color: 2237256.

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

Color convert

RGB 72 35 34 -
CMYK 0 0.51 0.53 0.72
HSL 1.58º 0.36% 0.21% -
HSV(B) 1.58º 0.53% 0.28% -
XYZ 3.56 2.7 1.85 -
YUV 45.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 72 35 34 0 0.51 0.53 0.72 1.58 0.36 0.21
Hex 48 23 22 0 33 35 48 2 24 15
Octal 110 43 42 0 63 65 110 2 44 25
Binary 1001000 100011 100010 0 110011 110101 1001000 10 100100 10101

Color Harmonies of #482322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482322

Black with #482322

Text Example


Text Example

White with #482322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482322; }

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

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

background-color css

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

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

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

border-color css

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

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

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