Html Css Color HEX #530711 Bordeaux

📋 copy color: '#530711'

red 83 ◦ green 7 ◦ blue 17

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

Shades of Bordeaux #530711

Tints of Bordeaux #530711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.54%

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

R = 77.57%
G = 6.54%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#530711 (or 0x530711) is known color: Bordeaux. HEX triplet: 53, 07 and 11. RGB value is (83,7,17). Sum of RGB (Red+Green+Blue) = 83+7+17=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #530711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530711 is #ACF8EE. Grayscale: #1E1E1E. Windows color (decimal): -11335919 or 1115987. OLE color: 1115987.

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

Color convert

RGB 83 7 17 -
CMYK 0 0.92 0.80 0.67
HSL 352.11º 0.84% 0.18% -
HSV(B) 352.11º 0.92% 0.33% -
XYZ 3.74 2.03 0.73 -
YUV 30.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 83 7 17 0 0.92 0.80 0.67 352.11 0.84 0.18
Hex 53 7 11 0 5C 50 43 160 54 12
Octal 123 7 21 0 134 120 103 540 124 22
Binary 1010011 111 10001 0 1011100 1010000 1000011 101100000 1010100 10010

Color Harmonies of #530711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530711

Black with #530711

Text Example


Text Example

White with #530711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530711; }

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

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

background-color css

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

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

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

border-color css

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

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

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