Html Css Color HEX #551523 Bordeaux

📋 copy color: '#551523'

red 85 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #551523

Tints of Bordeaux #551523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

 BLUE value IS 35 (14.06% from 255) = 24.82%

R = 60.28%
G = 14.89%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#551523 (or 0x551523) is known color: Bordeaux. HEX triplet: 55, 15 and 23. RGB value is (85,21,35). Sum of RGB (Red+Green+Blue) = 85+21+35=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #551523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551523 is #AAEADC. Grayscale: #292929. Windows color (decimal): -11201245 or 2299221. OLE color: 2299221.

HSL color Cylindrical-coordinate representation of color #551523: hue angle of 346.88º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551523 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 21 35 -
CMYK 0 0.75 0.59 0.67
HSL 346.88º 0.6% 0.21% -
HSV(B) 346.88º 0.75% 0.33% -
XYZ 4.32 2.59 1.86 -
YUV 41.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 85 21 35 0 0.75 0.59 0.67 346.88 0.6 0.21
Hex 55 15 23 0 4B 3B 43 15B 3C 15
Octal 125 25 43 0 113 73 103 533 74 25
Binary 1010101 10101 100011 0 1001011 111011 1000011 101011011 111100 10101

Color Harmonies of #551523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551523

Black with #551523

Text Example


Text Example

White with #551523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551523; }

 p { color: rgb(85,21,35); }

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

background-color css

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

 a { background-color: rgb(85,21,35); }

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

border-color css

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

 span { border-color: rgb(85,21,35); }

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