Html Css Color HEX #552632 Black Rose

📋 copy color: '#552632'

red 85 ◦ green 38 ◦ blue 50

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

Shades of Black Rose #552632

Tints of Black Rose #552632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 28.9%

R = 49.13%
G = 21.97%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#552632 (or 0x552632) is known color: Black Rose. HEX triplet: 55, 26 and 32. RGB value is (85,38,50). Sum of RGB (Red+Green+Blue) = 85+38+50=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #552632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552632 is #AAD9CD. Grayscale: #353535. Windows color (decimal): -11196878 or 3286613. OLE color: 3286613.

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

Color convert

RGB 85 38 50 -
CMYK 0 0.55 0.41 0.67
HSL 344.68º 0.38% 0.24% -
HSV(B) 344.68º 0.55% 0.33% -
XYZ 5.02 3.55 3.44 -
YUV 53.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 85 38 50 0 0.55 0.41 0.67 344.68 0.38 0.24
Hex 55 26 32 0 37 29 43 159 26 18
Octal 125 46 62 0 67 51 103 531 46 30
Binary 1010101 100110 110010 0 110111 101001 1000011 101011001 100110 11000

Color Harmonies of #552632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552632

Black with #552632

Text Example


Text Example

White with #552632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552632; }

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

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

background-color css

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

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

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

border-color css

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

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

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