Html Css Color HEX #551B32 Black Rose

📋 copy color: '#551B32'

red 85 ◦ green 27 ◦ blue 50

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

Shades of Black Rose #551B32

Tints of Black Rose #551B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.86%

R = 52.47%
G = 16.67%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#551B32 (or 0x551B32) is known color: Black Rose. HEX triplet: 55, 1B and 32. RGB value is (85,27,50). Sum of RGB (Red+Green+Blue) = 85+27+50=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B32 is #AAE4CD. Grayscale: #2E2E2E. Windows color (decimal): -11199694 or 3283797. OLE color: 3283797.

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

Color convert

RGB 85 27 50 -
CMYK 0 0.68 0.41 0.67
HSL 336.21º 0.52% 0.22% -
HSV(B) 336.21º 0.68% 0.33% -
XYZ 4.71 2.95 3.34 -
YUV 46.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 85 27 50 0 0.68 0.41 0.67 336.21 0.52 0.22
Hex 55 1B 32 0 44 29 43 150 34 16
Octal 125 33 62 0 104 51 103 520 64 26
Binary 1010101 11011 110010 0 1000100 101001 1000011 101010000 110100 10110

Color Harmonies of #551B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B32

Black with #551B32

Text Example


Text Example

White with #551B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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