Html Css Color HEX #551722 Bordeaux

📋 copy color: '#551722'

red 85 ◦ green 23 ◦ blue 34

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

Shades of Bordeaux #551722

Tints of Bordeaux #551722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

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

R = 59.86%
G = 16.2%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#551722 (or 0x551722) is known color: Bordeaux. HEX triplet: 55, 17 and 22. RGB value is (85,23,34). Sum of RGB (Red+Green+Blue) = 85+23+34=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551722 is #AAE8DD. Grayscale: #2A2A2A. Windows color (decimal): -11200734 or 2234197. OLE color: 2234197.

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

Color convert

RGB 85 23 34 -
CMYK 0 0.73 0.60 0.67
HSL 349.35º 0.57% 0.21% -
HSV(B) 349.35º 0.73% 0.33% -
XYZ 4.34 2.66 1.8 -
YUV 42.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 85 23 34 0 0.73 0.60 0.67 349.35 0.57 0.21
Hex 55 17 22 0 49 3C 43 15D 39 15
Octal 125 27 42 0 111 74 103 535 71 25
Binary 1010101 10111 100010 0 1001001 111100 1000011 101011101 111001 10101

Color Harmonies of #551722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551722

Black with #551722

Text Example


Text Example

White with #551722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551722; }

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

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

background-color css

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

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

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

border-color css

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

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

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