Html Css Color HEX #552423 Caput Mortuum

📋 copy color: '#552423'

red 85 ◦ green 36 ◦ blue 35

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

Shades of Caput Mortuum #552423

Tints of Caput Mortuum #552423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.44%

R = 54.49%
G = 23.08%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#552423 (or 0x552423) is known color: Caput Mortuum. HEX triplet: 55, 24 and 23. RGB value is (85,36,35). Sum of RGB (Red+Green+Blue) = 85+36+35=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552423 is #AADBDC. Grayscale: #323232. Windows color (decimal): -11197405 or 2303061. OLE color: 2303061.

HSL color Cylindrical-coordinate representation of color #552423: hue angle of 1.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552423 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 36 35 -
CMYK 0 0.58 0.59 0.67
HSL 1.2º 0.42% 0.24% -
HSV(B) 1.2º 0.59% 0.33% -
XYZ 4.68 3.31 1.98 -
YUV 50.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 85 36 35 0 0.58 0.59 0.67 1.2 0.42 0.24
Hex 55 24 23 0 3A 3B 43 1 2A 18
Octal 125 44 43 0 72 73 103 1 52 30
Binary 1010101 100100 100011 0 111010 111011 1000011 1 101010 11000

Color Harmonies of #552423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552423

Black with #552423

Text Example


Text Example

White with #552423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552423; }

 p { color: rgb(85,36,35); }

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

background-color css

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

 a { background-color: rgb(85,36,35); }

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

border-color css

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

 span { border-color: rgb(85,36,35); }

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