Html Css Color HEX #492323 Caput Mortuum

📋 copy color: '#492323'

red 73 ◦ green 35 ◦ blue 35

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

Shades of Caput Mortuum #492323

Tints of Caput Mortuum #492323

RGB

 RED value IS 73 (28.91% from 255) = 51.05%

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

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

R = 51.05%
G = 24.48%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#492323 (or 0x492323) is known color: Caput Mortuum. HEX triplet: 49, 23 and 23. RGB value is (73,35,35). Sum of RGB (Red+Green+Blue) = 73+35+35=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #492323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492323 is #B6DCDC. Grayscale: #2E2E2E. Windows color (decimal): -11984093 or 2302793. OLE color: 2302793.

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

Color convert

RGB 73 35 35 -
CMYK 0 0.52 0.52 0.71
HSL 0.35% 0.21% -
HSV(B) 0.52% 0.29% -
XYZ 3.65 2.74 1.93 -
YUV 46.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 73 35 35 0 0.52 0.52 0.71 0 0.35 0.21
Hex 49 23 23 0 34 34 47 0 23 15
Octal 111 43 43 0 64 64 107 0 43 25
Binary 1001001 100011 100011 0 110100 110100 1000111 0 100011 10101

Color Harmonies of #492323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492323

Black with #492323

Text Example


Text Example

White with #492323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492323; }

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

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

background-color css

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

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

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

border-color css

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

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

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