Html Css Color HEX #551522 Bordeaux

📋 copy color: '#551522'

red 85 ◦ green 21 ◦ blue 34

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

Shades of Bordeaux #551522

Tints of Bordeaux #551522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.29%

R = 60.71%
G = 15%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#551522 (or 0x551522) is known color: Bordeaux. HEX triplet: 55, 15 and 22. RGB value is (85,21,34). Sum of RGB (Red+Green+Blue) = 85+21+34=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551522 is #AAEADD. Grayscale: #292929. Windows color (decimal): -11201246 or 2233685. OLE color: 2233685.

HSL color Cylindrical-coordinate representation of color #551522: hue angle of 347.81º 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 #551522 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 21 34 -
CMYK 0 0.75 0.60 0.67
HSL 347.81º 0.6% 0.21% -
HSV(B) 347.81º 0.75% 0.33% -
XYZ 4.3 2.58 1.79 -
YUV 41.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 85 21 34 0 0.75 0.60 0.67 347.81 0.6 0.21
Hex 55 15 22 0 4B 3C 43 15C 3C 15
Octal 125 25 42 0 113 74 103 534 74 25
Binary 1010101 10101 100010 0 1001011 111100 1000011 101011100 111100 10101

Color Harmonies of #551522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551522

Black with #551522

Text Example


Text Example

White with #551522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551522; }

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

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

background-color css

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

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

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

border-color css

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

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

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