Html Css Color HEX #552832 Black Rose

📋 copy color: '#552832'

red 85 ◦ green 40 ◦ blue 50

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

Shades of Black Rose #552832

Tints of Black Rose #552832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

 BLUE value IS 50 (19.92% from 255) = 28.57%

R = 48.57%
G = 22.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#552832 (or 0x552832) is known color: Black Rose. HEX triplet: 55, 28 and 32. RGB value is (85,40,50). Sum of RGB (Red+Green+Blue) = 85+40+50=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552832 is #AAD7CD. Grayscale: #363636. Windows color (decimal): -11196366 or 3287125. OLE color: 3287125.

HSL color Cylindrical-coordinate representation of color #552832: hue angle of 346.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #552832 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 40 50 -
CMYK 0 0.53 0.41 0.67
HSL 346.67º 0.36% 0.25% -
HSV(B) 346.67º 0.53% 0.33% -
XYZ 5.08 3.68 3.46 -
YUV 54.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 85 40 50 0 0.53 0.41 0.67 346.67 0.36 0.25
Hex 55 28 32 0 35 29 43 15B 24 19
Octal 125 50 62 0 65 51 103 533 44 31
Binary 1010101 101000 110010 0 110101 101001 1000011 101011011 100100 11001

Color Harmonies of #552832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552832

Black with #552832

Text Example


Text Example

White with #552832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552832; }

 p { color: rgb(85,40,50); }

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

background-color css

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

 a { background-color: rgb(85,40,50); }

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

border-color css

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

 span { border-color: rgb(85,40,50); }

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