Html Css Color HEX #551A2F Black Rose

📋 copy color: '#551A2F'

red 85 ◦ green 26 ◦ blue 47

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

Shades of Black Rose #551A2F

Tints of Black Rose #551A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.46%

 BLUE value IS 47 (18.75% from 255) = 29.75%

R = 53.8%
G = 16.46%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#551A2F (or 0x551A2F) is known color: Black Rose. HEX triplet: 55, 1A and 2F. RGB value is (85,26,47). Sum of RGB (Red+Green+Blue) = 85+26+47=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A2F is #AAE5D0. Grayscale: #2E2E2E. Windows color (decimal): -11199953 or 3086933. OLE color: 3086933.

HSL color Cylindrical-coordinate representation of color #551A2F: hue angle of 338.64º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A2F is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 26 47 -
CMYK 0 0.69 0.45 0.67
HSL 338.64º 0.53% 0.22% -
HSV(B) 338.64º 0.69% 0.33% -
XYZ 4.63 2.88 3 -
YUV 46.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 85 26 47 0 0.69 0.45 0.67 338.64 0.53 0.22
Hex 55 1A 2F 0 45 2D 43 153 35 16
Octal 125 32 57 0 105 55 103 523 65 26
Binary 1010101 11010 101111 0 1000101 101101 1000011 101010011 110101 10110

Color Harmonies of #551A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A2F

Black with #551A2F

Text Example


Text Example

White with #551A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,26,47); }

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

background-color css

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

 a { background-color: rgb(85,26,47); }

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

border-color css

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

 span { border-color: rgb(85,26,47); }

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