Html Css Color HEX #551B2E Black Rose

📋 copy color: '#551B2E'

red 85 ◦ green 27 ◦ blue 46

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

Shades of Black Rose #551B2E

Tints of Black Rose #551B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.09%

 BLUE value IS 46 (18.36% from 255) = 29.11%

R = 53.8%
G = 17.09%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#551B2E (or 0x551B2E) is known color: Black Rose. HEX triplet: 55, 1B and 2E. RGB value is (85,27,46). Sum of RGB (Red+Green+Blue) = 85+27+46=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B2E is #AAE4D1. Grayscale: #2E2E2E. Windows color (decimal): -11199698 or 3021653. OLE color: 3021653.

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

Color convert

RGB 85 27 46 -
CMYK 0 0.68 0.46 0.67
HSL 340.34º 0.52% 0.22% -
HSV(B) 340.34º 0.68% 0.33% -
XYZ 4.63 2.91 2.9 -
YUV 46.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 85 27 46 0 0.68 0.46 0.67 340.34 0.52 0.22
Hex 55 1B 2E 0 44 2E 43 154 34 16
Octal 125 33 56 0 104 56 103 524 64 26
Binary 1010101 11011 101110 0 1000100 101110 1000011 101010100 110100 10110

Color Harmonies of #551B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B2E

Black with #551B2E

Text Example


Text Example

White with #551B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,27,46); }

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

background-color css

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

 a { background-color: rgb(85,27,46); }

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

border-color css

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

 span { border-color: rgb(85,27,46); }

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