Html Css Color HEX #552238 Black Rose

📋 copy color: '#552238'

red 85 ◦ green 34 ◦ blue 56

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

Shades of Black Rose #552238

Tints of Black Rose #552238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

 BLUE value IS 56 (22.27% from 255) = 32%

R = 48.57%
G = 19.43%
B = 32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#552238 (or 0x552238) is known color: Black Rose. HEX triplet: 55, 22 and 38. RGB value is (85,34,56). Sum of RGB (Red+Green+Blue) = 85+34+56=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552238 is #AADDC7. Grayscale: #333333. Windows color (decimal): -11197896 or 3678805. OLE color: 3678805.

HSL color Cylindrical-coordinate representation of color #552238: hue angle of 334.12º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552238 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 56 -
CMYK 0 0.60 0.34 0.67
HSL 334.12º 0.43% 0.23% -
HSV(B) 334.12º 0.6% 0.33% -
XYZ 5.03 3.36 4.12 -
YUV 51.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 85 34 56 0 0.60 0.34 0.67 334.12 0.43 0.23
Hex 55 22 38 0 3C 22 43 14E 2B 17
Octal 125 42 70 0 74 42 103 516 53 27
Binary 1010101 100010 111000 0 111100 100010 1000011 101001110 101011 10111

Color Harmonies of #552238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552238

Black with #552238

Text Example


Text Example

White with #552238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552238; }

 p { color: rgb(85,34,56); }

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

background-color css

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

 a { background-color: rgb(85,34,56); }

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

border-color css

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

 span { border-color: rgb(85,34,56); }

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