Html Css Color HEX #52241B Caput Mortuum

📋 copy color: '#52241B'

red 82 ◦ green 36 ◦ blue 27

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

Shades of Caput Mortuum #52241B

Tints of Caput Mortuum #52241B

RGB

 RED value IS 82 (32.42% from 255) = 56.55%

 GREEN value IS 36 (14.45% from 255) = 24.83%

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 56.55%
G = 24.83%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52241B (or 0x52241B) is known color: Caput Mortuum. HEX triplet: 52, 24 and 1B. RGB value is (82,36,27). Sum of RGB (Red+Green+Blue) = 82+36+27=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52241B is #ADDBE4. Grayscale: #303030. Windows color (decimal): -11394021 or 1778770. OLE color: 1778770.

HSL color Cylindrical-coordinate representation of color #52241B: hue angle of 9.82º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52241B is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 36 27 -
CMYK 0 0.56 0.67 0.68
HSL 9.82º 0.5% 0.21% -
HSV(B) 9.82º 0.67% 0.32% -
XYZ 4.31 3.13 1.41 -
YUV 48.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 82 36 27 0 0.56 0.67 0.68 9.82 0.5 0.21
Hex 52 24 1B 0 38 43 44 A 32 15
Octal 122 44 33 0 70 103 104 12 62 25
Binary 1010010 100100 11011 0 111000 1000011 1000100 1010 110010 10101

Color Harmonies of #52241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52241B

Black with #52241B

Text Example


Text Example

White with #52241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52241B; }

 p { color: rgb(82,36,27); }

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

background-color css

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

 a { background-color: rgb(82,36,27); }

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

border-color css

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

 span { border-color: rgb(82,36,27); }

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