Html Css Color HEX #552A1D Caput Mortuum

📋 copy color: '#552A1D'

red 85 ◦ green 42 ◦ blue 29

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

Shades of Caput Mortuum #552A1D

Tints of Caput Mortuum #552A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.92%

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 54.49%
G = 26.92%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#552A1D (or 0x552A1D) is known color: Caput Mortuum. HEX triplet: 55, 2A and 1D. RGB value is (85,42,29). Sum of RGB (Red+Green+Blue) = 85+42+29=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A1D is #AAD5E2. Grayscale: #353535. Windows color (decimal): -11195875 or 1911381. OLE color: 1911381.

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

Color convert

RGB 85 42 29 -
CMYK 0 0.51 0.66 0.67
HSL 13.93º 0.49% 0.22% -
HSV(B) 13.93º 0.66% 0.33% -
XYZ 4.8 3.68 1.62 -
YUV 53.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 85 42 29 0 0.51 0.66 0.67 13.93 0.49 0.22
Hex 55 2A 1D 0 33 42 43 E 31 16
Octal 125 52 35 0 63 102 103 16 61 26
Binary 1010101 101010 11101 0 110011 1000010 1000011 1110 110001 10110

Color Harmonies of #552A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552A1D

Black with #552A1D

Text Example


Text Example

White with #552A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552A1D; }

 p { color: rgb(85,42,29); }

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

background-color css

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

 a { background-color: rgb(85,42,29); }

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

border-color css

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

 span { border-color: rgb(85,42,29); }

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