Html Css Color HEX #551D30 Black Rose

📋 copy color: '#551D30'

red 85 ◦ green 29 ◦ blue 48

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

Shades of Black Rose #551D30

Tints of Black Rose #551D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.9%

 BLUE value IS 48 (19.14% from 255) = 29.63%

R = 52.47%
G = 17.9%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#551D30 (or 0x551D30) is known color: Black Rose. HEX triplet: 55, 1D and 30. RGB value is (85,29,48). Sum of RGB (Red+Green+Blue) = 85+29+48=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D30 is #AAE2CF. Grayscale: #2F2F2F. Windows color (decimal): -11199184 or 3153237. OLE color: 3153237.

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

Color convert

RGB 85 29 48 -
CMYK 0 0.66 0.44 0.67
HSL 339.64º 0.49% 0.22% -
HSV(B) 339.64º 0.66% 0.33% -
XYZ 4.72 3.02 3.13 -
YUV 47.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 85 29 48 0 0.66 0.44 0.67 339.64 0.49 0.22
Hex 55 1D 30 0 42 2C 43 154 31 16
Octal 125 35 60 0 102 54 103 524 61 26
Binary 1010101 11101 110000 0 1000010 101100 1000011 101010100 110001 10110

Color Harmonies of #551D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551D30

Black with #551D30

Text Example


Text Example

White with #551D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,29,48); }

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

background-color css

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

 a { background-color: rgb(85,29,48); }

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

border-color css

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

 span { border-color: rgb(85,29,48); }

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