Html Css Color HEX #551E35 Black Rose

📋 copy color: '#551E35'

red 85 ◦ green 30 ◦ blue 53

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

Shades of Black Rose #551E35

Tints of Black Rose #551E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.86%

 BLUE value IS 53 (21.09% from 255) = 31.55%

R = 50.6%
G = 17.86%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#551E35 (or 0x551E35) is known color: Black Rose. HEX triplet: 55, 1E and 35. RGB value is (85,30,53). Sum of RGB (Red+Green+Blue) = 85+30+53=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #551E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E35 is #AAE1CA. Grayscale: #313131. Windows color (decimal): -11198923 or 3481173. OLE color: 3481173.

HSL color Cylindrical-coordinate representation of color #551E35: hue angle of 334.91º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E35 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 30 53 -
CMYK 0 0.65 0.38 0.67
HSL 334.91º 0.48% 0.23% -
HSV(B) 334.91º 0.65% 0.33% -
XYZ 4.85 3.12 3.71 -
YUV 49.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 85 30 53 0 0.65 0.38 0.67 334.91 0.48 0.23
Hex 55 1E 35 0 41 26 43 14F 30 17
Octal 125 36 65 0 101 46 103 517 60 27
Binary 1010101 11110 110101 0 1000001 100110 1000011 101001111 110000 10111

Color Harmonies of #551E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E35

Black with #551E35

Text Example


Text Example

White with #551E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551E35; }

 p { color: rgb(85,30,53); }

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

background-color css

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

 a { background-color: rgb(85,30,53); }

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

border-color css

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

 span { border-color: rgb(85,30,53); }

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