Html Css Color HEX #551024 Bordeaux

📋 copy color: '#551024'

red 85 ◦ green 16 ◦ blue 36

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

Shades of Bordeaux #551024

Tints of Bordeaux #551024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

 BLUE value IS 36 (14.45% from 255) = 26.28%

R = 62.04%
G = 11.68%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#551024 (or 0x551024) is known color: Bordeaux. HEX triplet: 55, 10 and 24. RGB value is (85,16,36). Sum of RGB (Red+Green+Blue) = 85+16+36=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #551024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551024 is #AAEFDB. Grayscale: #262626. Windows color (decimal): -11202524 or 2363477. OLE color: 2363477.

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

Color convert

RGB 85 16 36 -
CMYK 0 0.81 0.58 0.67
HSL 342.61º 0.68% 0.2% -
HSV(B) 342.61º 0.81% 0.33% -
XYZ 4.25 2.43 1.91 -
YUV 38.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 85 16 36 0 0.81 0.58 0.67 342.61 0.68 0.2
Hex 55 10 24 0 51 3A 43 157 44 14
Octal 125 20 44 0 121 72 103 527 104 24
Binary 1010101 10000 100100 0 1010001 111010 1000011 101010111 1000100 10100

Color Harmonies of #551024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551024

Black with #551024

Text Example


Text Example

White with #551024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551024; }

 p { color: rgb(85,16,36); }

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

background-color css

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

 a { background-color: rgb(85,16,36); }

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

border-color css

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

 span { border-color: rgb(85,16,36); }

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