Html Css Color HEX #531703 Caput Mortuum

📋 copy color: '#531703'

red 83 ◦ green 23 ◦ blue 3

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

Shades of Caput Mortuum #531703

Tints of Caput Mortuum #531703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.1%

 BLUE value IS 3 (1.56% from 255) = 2.75%

R = 76.15%
G = 21.1%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#531703 (or 0x531703) is known color: Caput Mortuum. HEX triplet: 53, 17 and 03. RGB value is (83,23,3). Sum of RGB (Red+Green+Blue) = 83+23+3=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #531703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531703 is #ACE8FC. Grayscale: #262626. Windows color (decimal): -11331837 or 202579. OLE color: 202579.

HSL color Cylindrical-coordinate representation of color #531703: hue angle of 15º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #531703 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 3 -
CMYK 0 0.72 0.96 0.67
HSL 15º 0.93% 0.17% -
HSV(B) 15º 0.96% 0.33% -
XYZ 3.89 2.46 0.36 -
YUV 38.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 83 23 3 0 0.72 0.96 0.67 15 0.93 0.17
Hex 53 17 3 0 48 60 43 F 5D 11
Octal 123 27 3 0 110 140 103 17 135 21
Binary 1010011 10111 11 0 1001000 1100000 1000011 1111 1011101 10001

Color Harmonies of #531703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531703

Black with #531703

Text Example


Text Example

White with #531703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531703; }

 p { color: rgb(83,23,3); }

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

background-color css

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

 a { background-color: rgb(83,23,3); }

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

border-color css

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

 span { border-color: rgb(83,23,3); }

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