Html Css Color HEX #531018 Bordeaux

📋 copy color: '#531018'

red 83 ◦ green 16 ◦ blue 24

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

Shades of Bordeaux #531018

Tints of Bordeaux #531018

RGB

 RED value IS 83 (32.81% from 255) = 67.48%

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

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 67.48%
G = 13.01%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#531018 (or 0x531018) is known color: Bordeaux. HEX triplet: 53, 10 and 18. RGB value is (83,16,24). Sum of RGB (Red+Green+Blue) = 83+16+24=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531018 is #ACEFE7. Grayscale: #242424. Windows color (decimal): -11333608 or 1577043. OLE color: 1577043.

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

Color convert

RGB 83 16 24 -
CMYK 0 0.81 0.71 0.67
HSL 352.84º 0.68% 0.19% -
HSV(B) 352.84º 0.81% 0.33% -
XYZ 3.92 2.28 1.1 -
YUV 36.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 83 16 24 0 0.81 0.71 0.67 352.84 0.68 0.19
Hex 53 10 18 0 51 47 43 161 44 13
Octal 123 20 30 0 121 107 103 541 104 23
Binary 1010011 10000 11000 0 1010001 1000111 1000011 101100001 1000100 10011

Color Harmonies of #531018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531018

Black with #531018

Text Example


Text Example

White with #531018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531018; }

 p { color: rgb(83,16,24); }

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

background-color css

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

 a { background-color: rgb(83,16,24); }

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

border-color css

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

 span { border-color: rgb(83,16,24); }

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