Html Css Color HEX #551F39 Black Rose

📋 copy color: '#551F39'

red 85 ◦ green 31 ◦ blue 57

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

Shades of Black Rose #551F39

Tints of Black Rose #551F39

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.92%

 BLUE value IS 57 (22.66% from 255) = 32.95%

R = 49.13%
G = 17.92%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#551F39 (or 0x551F39) is known color: Black Rose. HEX triplet: 55, 1F and 39. RGB value is (85,31,57). Sum of RGB (Red+Green+Blue) = 85+31+57=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F39 is #AAE0C6. Grayscale: #323232. Windows color (decimal): -11198663 or 3743573. OLE color: 3743573.

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

Color convert

RGB 85 31 57 -
CMYK 0 0.64 0.33 0.67
HSL 331.11º 0.47% 0.23% -
HSV(B) 331.11º 0.64% 0.33% -
XYZ 4.97 3.21 4.23 -
YUV 50.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 85 31 57 0 0.64 0.33 0.67 331.11 0.47 0.23
Hex 55 1F 39 0 40 21 43 14B 2F 17
Octal 125 37 71 0 100 41 103 513 57 27
Binary 1010101 11111 111001 0 1000000 100001 1000011 101001011 101111 10111

Color Harmonies of #551F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F39

Black with #551F39

Text Example


Text Example

White with #551F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,31,57); }

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

background-color css

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

 a { background-color: rgb(85,31,57); }

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

border-color css

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

 span { border-color: rgb(85,31,57); }

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