Html Css Color HEX #552438 Black Rose

📋 copy color: '#552438'

red 85 ◦ green 36 ◦ blue 56

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

Shades of Black Rose #552438

Tints of Black Rose #552438

RGB

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

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

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

R = 48.02%
G = 20.34%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#552438 (or 0x552438) is known color: Black Rose. HEX triplet: 55, 24 and 38. RGB value is (85,36,56). Sum of RGB (Red+Green+Blue) = 85+36+56=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #552438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552438 is #AADBC7. Grayscale: #343434. Windows color (decimal): -11197384 or 3679317. OLE color: 3679317.

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

Color convert

RGB 85 36 56 -
CMYK 0 0.58 0.34 0.67
HSL 335.51º 0.4% 0.24% -
HSV(B) 335.51º 0.58% 0.33% -
XYZ 5.09 3.48 4.14 -
YUV 52.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 85 36 56 0 0.58 0.34 0.67 335.51 0.4 0.24
Hex 55 24 38 0 3A 22 43 150 28 18
Octal 125 44 70 0 72 42 103 520 50 30
Binary 1010101 100100 111000 0 111010 100010 1000011 101010000 101000 11000

Color Harmonies of #552438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552438

Black with #552438

Text Example


Text Example

White with #552438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552438; }

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

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

background-color css

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

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

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

border-color css

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

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

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