Html Css Color HEX #552436 Black Rose

📋 copy color: '#552436'

red 85 ◦ green 36 ◦ blue 54

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

Shades of Black Rose #552436

Tints of Black Rose #552436

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 48.57%
G = 20.57%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#552436 (or 0x552436) is known color: Black Rose. HEX triplet: 55, 24 and 36. RGB value is (85,36,54). Sum of RGB (Red+Green+Blue) = 85+36+54=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552436 is #AADBC9. Grayscale: #343434. Windows color (decimal): -11197386 or 3548245. OLE color: 3548245.

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

Color convert

RGB 85 36 54 -
CMYK 0 0.58 0.36 0.67
HSL 337.96º 0.4% 0.24% -
HSV(B) 337.96º 0.58% 0.33% -
XYZ 5.04 3.46 3.89 -
YUV 52.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 85 36 54 0 0.58 0.36 0.67 337.96 0.4 0.24
Hex 55 24 36 0 3A 24 43 152 28 18
Octal 125 44 66 0 72 44 103 522 50 30
Binary 1010101 100100 110110 0 111010 100100 1000011 101010010 101000 11000

Color Harmonies of #552436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552436

Black with #552436

Text Example


Text Example

White with #552436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552436; }

 p { color: rgb(85,36,54); }

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

background-color css

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

 a { background-color: rgb(85,36,54); }

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

border-color css

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

 span { border-color: rgb(85,36,54); }

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