Html Css Color HEX #551622 Bordeaux

📋 copy color: '#551622'

red 85 ◦ green 22 ◦ blue 34

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

Shades of Bordeaux #551622

Tints of Bordeaux #551622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

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

R = 60.28%
G = 15.6%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#551622 (or 0x551622) is known color: Bordeaux. HEX triplet: 55, 16 and 22. RGB value is (85,22,34). Sum of RGB (Red+Green+Blue) = 85+22+34=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #551622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551622 is #AAE9DD. Grayscale: #2A2A2A. Windows color (decimal): -11200990 or 2233941. OLE color: 2233941.

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

Color convert

RGB 85 22 34 -
CMYK 0 0.74 0.60 0.67
HSL 348.57º 0.59% 0.21% -
HSV(B) 348.57º 0.74% 0.33% -
XYZ 4.32 2.62 1.79 -
YUV 42.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 85 22 34 0 0.74 0.60 0.67 348.57 0.59 0.21
Hex 55 16 22 0 4A 3C 43 15D 3B 15
Octal 125 26 42 0 112 74 103 535 73 25
Binary 1010101 10110 100010 0 1001010 111100 1000011 101011101 111011 10101

Color Harmonies of #551622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551622

Black with #551622

Text Example


Text Example

White with #551622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551622; }

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

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

background-color css

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

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

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

border-color css

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

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

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