Html Css Color HEX #531418 Bordeaux

📋 copy color: '#531418'

red 83 ◦ green 20 ◦ blue 24

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

Shades of Bordeaux #531418

Tints of Bordeaux #531418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

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

R = 65.35%
G = 15.75%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#531418 (or 0x531418) is known color: Bordeaux. HEX triplet: 53, 14 and 18. RGB value is (83,20,24). Sum of RGB (Red+Green+Blue) = 83+20+24=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #531418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531418 is #ACEBE7. Grayscale: #272727. Windows color (decimal): -11332584 or 1578067. OLE color: 1578067.

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

Color convert

RGB 83 20 24 -
CMYK 0 0.76 0.71 0.67
HSL 356.19º 0.61% 0.2% -
HSV(B) 356.19º 0.76% 0.33% -
XYZ 3.98 2.41 1.12 -
YUV 39.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 83 20 24 0 0.76 0.71 0.67 356.19 0.61 0.2
Hex 53 14 18 0 4C 47 43 164 3D 14
Octal 123 24 30 0 114 107 103 544 75 24
Binary 1010011 10100 11000 0 1001100 1000111 1000011 101100100 111101 10100

Color Harmonies of #531418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531418

Black with #531418

Text Example


Text Example

White with #531418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531418; }

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

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

background-color css

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

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

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

border-color css

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

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

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