Html Css Color HEX #53251B Caput Mortuum

📋 copy color: '#53251B'

red 83 ◦ green 37 ◦ blue 27

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

Shades of Caput Mortuum #53251B

Tints of Caput Mortuum #53251B

RGB

 RED value IS 83 (32.81% from 255) = 56.46%

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

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

R = 56.46%
G = 25.17%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53251B (or 0x53251B) is known color: Caput Mortuum. HEX triplet: 53, 25 and 1B. RGB value is (83,37,27). Sum of RGB (Red+Green+Blue) = 83+37+27=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53251B is #ACDAE4. Grayscale: #313131. Windows color (decimal): -11328229 or 1779027. OLE color: 1779027.

HSL color Cylindrical-coordinate representation of color #53251B: hue angle of 10.71º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53251B is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 27 -
CMYK 0 0.55 0.67 0.67
HSL 10.71º 0.51% 0.22% -
HSV(B) 10.71º 0.67% 0.33% -
XYZ 4.43 3.24 1.43 -
YUV 49.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 83 37 27 0 0.55 0.67 0.67 10.71 0.51 0.22
Hex 53 25 1B 0 37 43 43 B 33 16
Octal 123 45 33 0 67 103 103 13 63 26
Binary 1010011 100101 11011 0 110111 1000011 1000011 1011 110011 10110

Color Harmonies of #53251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53251B

Black with #53251B

Text Example


Text Example

White with #53251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,37,27); }

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

background-color css

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

 a { background-color: rgb(83,37,27); }

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

border-color css

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

 span { border-color: rgb(83,37,27); }

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