Html Css Color HEX #530810 Bordeaux

📋 copy color: '#530810'

red 83 ◦ green 8 ◦ blue 16

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

Shades of Bordeaux #530810

Tints of Bordeaux #530810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

 BLUE value IS 16 (6.64% from 255) = 14.95%

R = 77.57%
G = 7.48%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#530810 (or 0x530810) is known color: Bordeaux. HEX triplet: 53, 08 and 10. RGB value is (83,8,16). Sum of RGB (Red+Green+Blue) = 83+8+16=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #530810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530810 is #ACF7EF. Grayscale: #1F1F1F. Windows color (decimal): -11335664 or 1050707. OLE color: 1050707.

HSL color Cylindrical-coordinate representation of color #530810: hue angle of 353.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530810 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 16 -
CMYK 0 0.90 0.81 0.67
HSL 353.6º 0.82% 0.18% -
HSV(B) 353.6º 0.9% 0.33% -
XYZ 3.75 2.05 0.69 -
YUV 31.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 83 8 16 0 0.90 0.81 0.67 353.6 0.82 0.18
Hex 53 8 10 0 5A 51 43 162 52 12
Octal 123 10 20 0 132 121 103 542 122 22
Binary 1010011 1000 10000 0 1011010 1010001 1000011 101100010 1010010 10010

Color Harmonies of #530810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530810

Black with #530810

Text Example


Text Example

White with #530810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530810; }

 p { color: rgb(83,8,16); }

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

background-color css

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

 a { background-color: rgb(83,8,16); }

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

border-color css

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

 span { border-color: rgb(83,8,16); }

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