Html Css Color HEX #552530 Black Rose

📋 copy color: '#552530'

red 85 ◦ green 37 ◦ blue 48

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

Shades of Black Rose #552530

Tints of Black Rose #552530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.76%

 BLUE value IS 48 (19.14% from 255) = 28.24%

R = 50%
G = 21.76%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#552530 (or 0x552530) is known color: Black Rose. HEX triplet: 55, 25 and 30. RGB value is (85,37,48). Sum of RGB (Red+Green+Blue) = 85+37+48=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #552530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552530 is #AADACF. Grayscale: #343434. Windows color (decimal): -11197136 or 3155285. OLE color: 3155285.

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

Color convert

RGB 85 37 48 -
CMYK 0 0.56 0.44 0.67
HSL 346.25º 0.39% 0.24% -
HSV(B) 346.25º 0.56% 0.33% -
XYZ 4.94 3.47 3.21 -
YUV 52.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 85 37 48 0 0.56 0.44 0.67 346.25 0.39 0.24
Hex 55 25 30 0 38 2C 43 15A 27 18
Octal 125 45 60 0 70 54 103 532 47 30
Binary 1010101 100101 110000 0 111000 101100 1000011 101011010 100111 11000

Color Harmonies of #552530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552530

Black with #552530

Text Example


Text Example

White with #552530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552530; }

 p { color: rgb(85,37,48); }

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

background-color css

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

 a { background-color: rgb(85,37,48); }

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

border-color css

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

 span { border-color: rgb(85,37,48); }

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