Html Css Color HEX #552437 Black Rose

📋 copy color: '#552437'

red 85 ◦ green 36 ◦ blue 55

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

Shades of Black Rose #552437

Tints of Black Rose #552437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.25%

R = 48.3%
G = 20.45%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#552437 (or 0x552437) is known color: Black Rose. HEX triplet: 55, 24 and 37. RGB value is (85,36,55). Sum of RGB (Red+Green+Blue) = 85+36+55=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #552437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552437 is #AADBC8. Grayscale: #343434. Windows color (decimal): -11197385 or 3613781. OLE color: 3613781.

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

Color convert

RGB 85 36 55 -
CMYK 0 0.58 0.35 0.67
HSL 336.73º 0.4% 0.24% -
HSV(B) 336.73º 0.58% 0.33% -
XYZ 5.07 3.47 4.02 -
YUV 52.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 85 36 55 0 0.58 0.35 0.67 336.73 0.4 0.24
Hex 55 24 37 0 3A 23 43 151 28 18
Octal 125 44 67 0 72 43 103 521 50 30
Binary 1010101 100100 110111 0 111010 100011 1000011 101010001 101000 11000

Color Harmonies of #552437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552437

Black with #552437

Text Example


Text Example

White with #552437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552437; }

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

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

background-color css

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

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

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

border-color css

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

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

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