Html Css Color HEX #530410 Bordeaux

📋 copy color: '#530410'

red 83 ◦ green 4 ◦ blue 16

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

Shades of Bordeaux #530410

Tints of Bordeaux #530410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.88%

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

R = 80.58%
G = 3.88%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#530410 (or 0x530410) is known color: Bordeaux. HEX triplet: 53, 04 and 10. RGB value is (83,4,16). Sum of RGB (Red+Green+Blue) = 83+4+16=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530410 is #ACFBEF. Grayscale: #1D1D1D. Windows color (decimal): -11336688 or 1049683. OLE color: 1049683.

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

Color convert

RGB 83 4 16 -
CMYK 0 0.95 0.81 0.67
HSL 350.89º 0.91% 0.17% -
HSV(B) 350.89º 0.95% 0.33% -
XYZ 3.7 1.96 0.67 -
YUV 28.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 83 4 16 0 0.95 0.81 0.67 350.89 0.91 0.17
Hex 53 4 10 0 5F 51 43 15F 5B 11
Octal 123 4 20 0 137 121 103 537 133 21
Binary 1010011 100 10000 0 1011111 1010001 1000011 101011111 1011011 10001

Color Harmonies of #530410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530410

Black with #530410

Text Example


Text Example

White with #530410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530410; }

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

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

background-color css

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

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

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

border-color css

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

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

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