Html Css Color HEX #552134 Black Rose

📋 copy color: '#552134'

red 85 ◦ green 33 ◦ blue 52

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

Shades of Black Rose #552134

Tints of Black Rose #552134

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.41%

 BLUE value IS 52 (20.7% from 255) = 30.59%

R = 50%
G = 19.41%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#552134 (or 0x552134) is known color: Black Rose. HEX triplet: 55, 21 and 34. RGB value is (85,33,52). Sum of RGB (Red+Green+Blue) = 85+33+52=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #552134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552134 is #AADECB. Grayscale: #323232. Windows color (decimal): -11198156 or 3416405. OLE color: 3416405.

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

Color convert

RGB 85 33 52 -
CMYK 0 0.61 0.39 0.67
HSL 338.08º 0.44% 0.23% -
HSV(B) 338.08º 0.61% 0.33% -
XYZ 4.91 3.27 3.62 -
YUV 50.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 85 33 52 0 0.61 0.39 0.67 338.08 0.44 0.23
Hex 55 21 34 0 3D 27 43 152 2C 17
Octal 125 41 64 0 75 47 103 522 54 27
Binary 1010101 100001 110100 0 111101 100111 1000011 101010010 101100 10111

Color Harmonies of #552134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552134

Black with #552134

Text Example


Text Example

White with #552134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552134; }

 p { color: rgb(85,33,52); }

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

background-color css

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

 a { background-color: rgb(85,33,52); }

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

border-color css

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

 span { border-color: rgb(85,33,52); }

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