Html Css Color HEX #552634 Black Rose

📋 copy color: '#552634'

red 85 ◦ green 38 ◦ blue 52

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

Shades of Black Rose #552634

Tints of Black Rose #552634

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.71%

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

R = 48.57%
G = 21.71%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#552634 (or 0x552634) is known color: Black Rose. HEX triplet: 55, 26 and 34. RGB value is (85,38,52). Sum of RGB (Red+Green+Blue) = 85+38+52=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552634 is #AAD9CB. Grayscale: #353535. Windows color (decimal): -11196876 or 3417685. OLE color: 3417685.

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

Color convert

RGB 85 38 52 -
CMYK 0 0.55 0.39 0.67
HSL 342.13º 0.38% 0.24% -
HSV(B) 342.13º 0.55% 0.33% -
XYZ 5.06 3.57 3.67 -
YUV 53.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 85 38 52 0 0.55 0.39 0.67 342.13 0.38 0.24
Hex 55 26 34 0 37 27 43 156 26 18
Octal 125 46 64 0 67 47 103 526 46 30
Binary 1010101 100110 110100 0 110111 100111 1000011 101010110 100110 11000

Color Harmonies of #552634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552634

Black with #552634

Text Example


Text Example

White with #552634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552634; }

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

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

background-color css

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

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

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

border-color css

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

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

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