Html Css Color HEX #552730 Black Rose

📋 copy color: '#552730'

red 85 ◦ green 39 ◦ blue 48

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

Shades of Black Rose #552730

Tints of Black Rose #552730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.67%

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

R = 49.42%
G = 22.67%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#552730 (or 0x552730) is known color: Black Rose. HEX triplet: 55, 27 and 30. RGB value is (85,39,48). Sum of RGB (Red+Green+Blue) = 85+39+48=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552730 is #AAD8CF. Grayscale: #353535. Windows color (decimal): -11196624 or 3155797. OLE color: 3155797.

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

Color convert

RGB 85 39 48 -
CMYK 0 0.54 0.44 0.67
HSL 348.26º 0.37% 0.24% -
HSV(B) 348.26º 0.54% 0.33% -
XYZ 5.01 3.6 3.23 -
YUV 53.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 85 39 48 0 0.54 0.44 0.67 348.26 0.37 0.24
Hex 55 27 30 0 36 2C 43 15C 25 18
Octal 125 47 60 0 66 54 103 534 45 30
Binary 1010101 100111 110000 0 110110 101100 1000011 101011100 100101 11000

Color Harmonies of #552730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552730

Black with #552730

Text Example


Text Example

White with #552730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552730; }

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

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

background-color css

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

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

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

border-color css

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

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

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