Html Css Color HEX #53241F Caput Mortuum

📋 copy color: '#53241F'

red 83 ◦ green 36 ◦ blue 31

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

Shades of Caput Mortuum #53241F

Tints of Caput Mortuum #53241F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.67%

R = 55.33%
G = 24%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53241F (or 0x53241F) is known color: Caput Mortuum. HEX triplet: 53, 24 and 1F. RGB value is (83,36,31). Sum of RGB (Red+Green+Blue) = 83+36+31=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53241F is #ACDBE0. Grayscale: #313131. Windows color (decimal): -11328481 or 2040915. OLE color: 2040915.

HSL color Cylindrical-coordinate representation of color #53241F: hue angle of 5.77º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53241F is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 31 -
CMYK 0 0.57 0.63 0.67
HSL 5.77º 0.46% 0.22% -
HSV(B) 5.77º 0.63% 0.33% -
XYZ 4.45 3.2 1.68 -
YUV 49.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 83 36 31 0 0.57 0.63 0.67 5.77 0.46 0.22
Hex 53 24 1F 0 39 3F 43 6 2E 16
Octal 123 44 37 0 71 77 103 6 56 26
Binary 1010011 100100 11111 0 111001 111111 1000011 110 101110 10110

Color Harmonies of #53241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53241F

Black with #53241F

Text Example


Text Example

White with #53241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53241F; }

 p { color: rgb(83,36,31); }

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

background-color css

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

 a { background-color: rgb(83,36,31); }

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

border-color css

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

 span { border-color: rgb(83,36,31); }

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