Html Css Color HEX #482323 Caput Mortuum

📋 copy color: '#482323'

red 72 ◦ green 35 ◦ blue 35

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

Shades of Caput Mortuum #482323

Tints of Caput Mortuum #482323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.65%

R = 50.7%
G = 24.65%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#482323 (or 0x482323) is known color: Caput Mortuum. HEX triplet: 48, 23 and 23. RGB value is (72,35,35). Sum of RGB (Red+Green+Blue) = 72+35+35=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482323 is #B7DCDC. Grayscale: #2E2E2E. Windows color (decimal): -12049629 or 2302792. OLE color: 2302792.

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

Color convert

RGB 72 35 35 -
CMYK 0 0.51 0.51 0.72
HSL 0.35% 0.21% -
HSV(B) 0.51% 0.28% -
XYZ 3.58 2.7 1.92 -
YUV 46.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 72 35 35 0 0.51 0.51 0.72 0 0.35 0.21
Hex 48 23 23 0 33 33 48 0 23 15
Octal 110 43 43 0 63 63 110 0 43 25
Binary 1001000 100011 100011 0 110011 110011 1001000 0 100011 10101

Color Harmonies of #482323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482323

Black with #482323

Text Example


Text Example

White with #482323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482323; }

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

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

background-color css

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

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

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

border-color css

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

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

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