Html Css Color HEX #530311 Bordeaux

📋 copy color: '#530311'

red 83 ◦ green 3 ◦ blue 17

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

Shades of Bordeaux #530311

Tints of Bordeaux #530311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

 BLUE value IS 17 (7.03% from 255) = 16.5%

R = 80.58%
G = 2.91%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#530311 (or 0x530311) is known color: Bordeaux. HEX triplet: 53, 03 and 11. RGB value is (83,3,17). Sum of RGB (Red+Green+Blue) = 83+3+17=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530311 is #ACFCEE. Grayscale: #1C1C1C. Windows color (decimal): -11336943 or 1114963. OLE color: 1114963.

HSL color Cylindrical-coordinate representation of color #530311: hue angle of 349.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530311 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 17 -
CMYK 0 0.96 0.80 0.67
HSL 349.5º 0.93% 0.17% -
HSV(B) 349.5º 0.96% 0.33% -
XYZ 3.7 1.94 0.71 -
YUV 28.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 83 3 17 0 0.96 0.80 0.67 349.5 0.93 0.17
Hex 53 3 11 0 60 50 43 15E 5D 11
Octal 123 3 21 0 140 120 103 536 135 21
Binary 1010011 11 10001 0 1100000 1010000 1000011 101011110 1011101 10001

Color Harmonies of #530311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530311

Black with #530311

Text Example


Text Example

White with #530311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530311; }

 p { color: rgb(83,3,17); }

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

background-color css

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

 a { background-color: rgb(83,3,17); }

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

border-color css

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

 span { border-color: rgb(83,3,17); }

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