Html Css Color HEX #551A2D Black Rose

📋 copy color: '#551A2D'

red 85 ◦ green 26 ◦ blue 45

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

Shades of Black Rose #551A2D

Tints of Black Rose #551A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.85%

R = 54.49%
G = 16.67%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#551A2D (or 0x551A2D) is known color: Black Rose. HEX triplet: 55, 1A and 2D. RGB value is (85,26,45). Sum of RGB (Red+Green+Blue) = 85+26+45=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #551A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A2D is #AAE5D2. Grayscale: #2D2D2D. Windows color (decimal): -11199955 or 2955861. OLE color: 2955861.

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

Color convert

RGB 85 26 45 -
CMYK 0 0.69 0.47 0.67
HSL 340.68º 0.53% 0.22% -
HSV(B) 340.68º 0.69% 0.33% -
XYZ 4.59 2.86 2.79 -
YUV 45.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 85 26 45 0 0.69 0.47 0.67 340.68 0.53 0.22
Hex 55 1A 2D 0 45 2F 43 155 35 16
Octal 125 32 55 0 105 57 103 525 65 26
Binary 1010101 11010 101101 0 1000101 101111 1000011 101010101 110101 10110

Color Harmonies of #551A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A2D

Black with #551A2D

Text Example


Text Example

White with #551A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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