Html Css Color HEX #552333 Black Rose

📋 copy color: '#552333'

red 85 ◦ green 35 ◦ blue 51

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

Shades of Black Rose #552333

Tints of Black Rose #552333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.47%

 BLUE value IS 51 (20.31% from 255) = 29.82%

R = 49.71%
G = 20.47%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#552333 (or 0x552333) is known color: Black Rose. HEX triplet: 55, 23 and 33. RGB value is (85,35,51). Sum of RGB (Red+Green+Blue) = 85+35+51=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #552333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552333 is #AADCCC. Grayscale: #333333. Windows color (decimal): -11197645 or 3351381. OLE color: 3351381.

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

Color convert

RGB 85 35 51 -
CMYK 0 0.59 0.40 0.67
HSL 340.8º 0.42% 0.24% -
HSV(B) 340.8º 0.59% 0.33% -
XYZ 4.94 3.37 3.52 -
YUV 51.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 85 35 51 0 0.59 0.40 0.67 340.8 0.42 0.24
Hex 55 23 33 0 3B 28 43 155 2A 18
Octal 125 43 63 0 73 50 103 525 52 30
Binary 1010101 100011 110011 0 111011 101000 1000011 101010101 101010 11000

Color Harmonies of #552333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552333

Black with #552333

Text Example


Text Example

White with #552333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552333; }

 p { color: rgb(85,35,51); }

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

background-color css

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

 a { background-color: rgb(85,35,51); }

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

border-color css

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

 span { border-color: rgb(85,35,51); }

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