Html Css Color HEX #530010 Bordeaux

📋 copy color: '#530010'

red 83 ◦ green 0 ◦ blue 16

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

Shades of Bordeaux #530010

Tints of Bordeaux #530010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.84%
G = 0%
B = 16.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#530010 (or 0x530010) is known color: Bordeaux. HEX triplet: 53, 00 and 10. RGB value is (83,0,16). Sum of RGB (Red+Green+Blue) = 83+0+16=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #530010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530010 is #ACFFEF. Grayscale: #1A1A1A. Windows color (decimal): -11337712 or 1048659. OLE color: 1048659.

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

Color convert

RGB 83 0 16 -
CMYK 0 1 0.81 0.67
HSL 348.43º 1% 0.16% -
HSV(B) 348.43º 1% 0.33% -
XYZ 3.66 1.88 0.66 -
YUV 26.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 83 0 16 0 1 0.81 0.67 348.43 1 0.16
Hex 53 0 10 0 64 51 43 15C 64 10
Octal 123 0 20 0 144 121 103 534 144 20
Binary 1010011 0 10000 0 1100100 1010001 1000011 101011100 1100100 10000

Color Harmonies of #530010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530010

Black with #530010

Text Example


Text Example

White with #530010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530010; }

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

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

background-color css

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

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

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

border-color css

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

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

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