Html Css Color HEX #551F34 Black Rose

📋 copy color: '#551F34'

red 85 ◦ green 31 ◦ blue 52

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

Shades of Black Rose #551F34

Tints of Black Rose #551F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.95%

R = 50.6%
G = 18.45%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#551F34 (or 0x551F34) is known color: Black Rose. HEX triplet: 55, 1F and 34. RGB value is (85,31,52). Sum of RGB (Red+Green+Blue) = 85+31+52=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #551F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F34 is #AAE0CB. Grayscale: #313131. Windows color (decimal): -11198668 or 3415893. OLE color: 3415893.

HSL color Cylindrical-coordinate representation of color #551F34: hue angle of 336.67º 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 #551F34 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 31 52 -
CMYK 0 0.64 0.39 0.67
HSL 336.67º 0.47% 0.23% -
HSV(B) 336.67º 0.64% 0.33% -
XYZ 4.86 3.16 3.6 -
YUV 49.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 85 31 52 0 0.64 0.39 0.67 336.67 0.47 0.23
Hex 55 1F 34 0 40 27 43 151 2F 17
Octal 125 37 64 0 100 47 103 521 57 27
Binary 1010101 11111 110100 0 1000000 100111 1000011 101010001 101111 10111

Color Harmonies of #551F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F34

Black with #551F34

Text Example


Text Example

White with #551F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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