Html Css Color HEX #52251C Caput Mortuum

📋 copy color: '#52251C'

red 82 ◦ green 37 ◦ blue 28

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

Shades of Caput Mortuum #52251C

Tints of Caput Mortuum #52251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.17%

 BLUE value IS 28 (11.33% from 255) = 19.05%

R = 55.78%
G = 25.17%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52251C (or 0x52251C) is known color: Caput Mortuum. HEX triplet: 52, 25 and 1C. RGB value is (82,37,28). Sum of RGB (Red+Green+Blue) = 82+37+28=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #52251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52251C is #ADDAE3. Grayscale: #313131. Windows color (decimal): -11393764 or 1844562. OLE color: 1844562.

HSL color Cylindrical-coordinate representation of color #52251C: hue angle of 10º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52251C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 37 28 -
CMYK 0 0.55 0.66 0.68
HSL 10º 0.49% 0.22% -
HSV(B) 10º 0.66% 0.32% -
XYZ 4.35 3.2 1.49 -
YUV 49.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 82 37 28 0 0.55 0.66 0.68 10 0.49 0.22
Hex 52 25 1C 0 37 42 44 A 31 16
Octal 122 45 34 0 67 102 104 12 61 26
Binary 1010010 100101 11100 0 110111 1000010 1000100 1010 110001 10110

Color Harmonies of #52251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52251C

Black with #52251C

Text Example


Text Example

White with #52251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52251C; }

 p { color: rgb(82,37,28); }

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

background-color css

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

 a { background-color: rgb(82,37,28); }

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

border-color css

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

 span { border-color: rgb(82,37,28); }

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