Html Css Color HEX #531218 Bordeaux

📋 copy color: '#531218'

red 83 ◦ green 18 ◦ blue 24

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

Shades of Bordeaux #531218

Tints of Bordeaux #531218

RGB

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

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

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

R = 66.4%
G = 14.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#531218 (or 0x531218) is known color: Bordeaux. HEX triplet: 53, 12 and 18. RGB value is (83,18,24). Sum of RGB (Red+Green+Blue) = 83+18+24=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #531218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531218 is #ACEDE7. Grayscale: #262626. Windows color (decimal): -11333096 or 1577555. OLE color: 1577555.

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

Color convert

RGB 83 18 24 -
CMYK 0 0.78 0.71 0.67
HSL 354.46º 0.64% 0.2% -
HSV(B) 354.46º 0.78% 0.33% -
XYZ 3.95 2.34 1.11 -
YUV 38.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 83 18 24 0 0.78 0.71 0.67 354.46 0.64 0.2
Hex 53 12 18 0 4E 47 43 162 40 14
Octal 123 22 30 0 116 107 103 542 100 24
Binary 1010011 10010 11000 0 1001110 1000111 1000011 101100010 1000000 10100

Color Harmonies of #531218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531218

Black with #531218

Text Example


Text Example

White with #531218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531218; }

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

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

background-color css

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

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

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

border-color css

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

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

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