Html Css Color HEX #552015 Caput Mortuum

📋 copy color: '#552015'

red 85 ◦ green 32 ◦ blue 21

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

Shades of Caput Mortuum #552015

Tints of Caput Mortuum #552015

RGB

 RED value IS 85 (33.59% from 255) = 61.59%

 GREEN value IS 32 (12.89% from 255) = 23.19%

 BLUE value IS 21 (8.59% from 255) = 15.22%

R = 61.59%
G = 23.19%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#552015 (or 0x552015) is known color: Caput Mortuum. HEX triplet: 55, 20 and 15. RGB value is (85,32,21). Sum of RGB (Red+Green+Blue) = 85+32+21=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #552015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552015 is #AADFEA. Grayscale: #2E2E2E. Windows color (decimal): -11198443 or 1384533. OLE color: 1384533.

HSL color Cylindrical-coordinate representation of color #552015: hue angle of 10.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552015 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 21 -
CMYK 0 0.62 0.75 0.67
HSL 10.31º 0.6% 0.21% -
HSV(B) 10.31º 0.75% 0.33% -
XYZ 4.4 3.02 1.06 -
YUV 46.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 85 32 21 0 0.62 0.75 0.67 10.31 0.6 0.21
Hex 55 20 15 0 3E 4B 43 A 3C 15
Octal 125 40 25 0 76 113 103 12 74 25
Binary 1010101 100000 10101 0 111110 1001011 1000011 1010 111100 10101

Color Harmonies of #552015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552015

Black with #552015

Text Example


Text Example

White with #552015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552015; }

 p { color: rgb(85,32,21); }

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

background-color css

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

 a { background-color: rgb(85,32,21); }

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

border-color css

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

 span { border-color: rgb(85,32,21); }

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