Html Css Color HEX #530A11 Bordeaux

📋 copy color: '#530A11'

red 83 ◦ green 10 ◦ blue 17

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

Shades of Bordeaux #530A11

Tints of Bordeaux #530A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.09%

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

R = 75.45%
G = 9.09%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#530A11 (or 0x530A11) is known color: Bordeaux. HEX triplet: 53, 0A and 11. RGB value is (83,10,17). Sum of RGB (Red+Green+Blue) = 83+10+17=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #530A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A11 is #ACF5EE. Grayscale: #202020. Windows color (decimal): -11335151 or 1116755. OLE color: 1116755.

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

Color convert

RGB 83 10 17 -
CMYK 0 0.88 0.80 0.67
HSL 354.25º 0.78% 0.18% -
HSV(B) 354.25º 0.88% 0.33% -
XYZ 3.78 2.1 0.74 -
YUV 32.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 83 10 17 0 0.88 0.80 0.67 354.25 0.78 0.18
Hex 53 A 11 0 58 50 43 162 4E 12
Octal 123 12 21 0 130 120 103 542 116 22
Binary 1010011 1010 10001 0 1011000 1010000 1000011 101100010 1001110 10010

Color Harmonies of #530A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A11

Black with #530A11

Text Example


Text Example

White with #530A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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