Html Css Color HEX #552430 Black Rose

📋 copy color: '#552430'

red 85 ◦ green 36 ◦ blue 48

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

Shades of Black Rose #552430

Tints of Black Rose #552430

RGB

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

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

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

R = 50.3%
G = 21.3%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#552430 (or 0x552430) is known color: Black Rose. HEX triplet: 55, 24 and 30. RGB value is (85,36,48). Sum of RGB (Red+Green+Blue) = 85+36+48=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #552430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552430 is #AADBCF. Grayscale: #343434. Windows color (decimal): -11197392 or 3155029. OLE color: 3155029.

HSL color Cylindrical-coordinate representation of color #552430: hue angle of 345.31º 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 #552430 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 36 48 -
CMYK 0 0.58 0.44 0.67
HSL 345.31º 0.4% 0.24% -
HSV(B) 345.31º 0.58% 0.33% -
XYZ 4.91 3.41 3.19 -
YUV 52.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 85 36 48 0 0.58 0.44 0.67 345.31 0.4 0.24
Hex 55 24 30 0 3A 2C 43 159 28 18
Octal 125 44 60 0 72 54 103 531 50 30
Binary 1010101 100100 110000 0 111010 101100 1000011 101011001 101000 11000

Color Harmonies of #552430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552430

Black with #552430

Text Example


Text Example

White with #552430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552430; }

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

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

background-color css

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

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

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

border-color css

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

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

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