Html Css Color HEX #551223 Bordeaux

📋 copy color: '#551223'

red 85 ◦ green 18 ◦ blue 35

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

Shades of Bordeaux #551223

Tints of Bordeaux #551223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

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

R = 61.59%
G = 13.04%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#551223 (or 0x551223) is known color: Bordeaux. HEX triplet: 55, 12 and 23. RGB value is (85,18,35). Sum of RGB (Red+Green+Blue) = 85+18+35=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #551223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551223 is #AAEDDC. Grayscale: #272727. Windows color (decimal): -11202013 or 2298453. OLE color: 2298453.

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

Color convert

RGB 85 18 35 -
CMYK 0 0.79 0.59 0.67
HSL 344.78º 0.65% 0.2% -
HSV(B) 344.78º 0.79% 0.33% -
XYZ 4.27 2.49 1.84 -
YUV 39.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 85 18 35 0 0.79 0.59 0.67 344.78 0.65 0.2
Hex 55 12 23 0 4F 3B 43 159 41 14
Octal 125 22 43 0 117 73 103 531 101 24
Binary 1010101 10010 100011 0 1001111 111011 1000011 101011001 1000001 10100

Color Harmonies of #551223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551223

Black with #551223

Text Example


Text Example

White with #551223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551223; }

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

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

background-color css

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

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

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

border-color css

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

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

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