Html Css Color HEX #530910 Bordeaux

📋 copy color: '#530910'

red 83 ◦ green 9 ◦ blue 16

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

Shades of Bordeaux #530910

Tints of Bordeaux #530910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.33%

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

R = 76.85%
G = 8.33%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#530910 (or 0x530910) is known color: Bordeaux. HEX triplet: 53, 09 and 10. RGB value is (83,9,16). Sum of RGB (Red+Green+Blue) = 83+9+16=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530910 is #ACF6EF. Grayscale: #1F1F1F. Windows color (decimal): -11335408 or 1050963. OLE color: 1050963.

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

Color convert

RGB 83 9 16 -
CMYK 0 0.89 0.81 0.67
HSL 354.32º 0.8% 0.18% -
HSV(B) 354.32º 0.89% 0.33% -
XYZ 3.76 2.07 0.69 -
YUV 31.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 83 9 16 0 0.89 0.81 0.67 354.32 0.8 0.18
Hex 53 9 10 0 59 51 43 162 50 12
Octal 123 11 20 0 131 121 103 542 120 22
Binary 1010011 1001 10000 0 1011001 1010001 1000011 101100010 1010000 10010

Color Harmonies of #530910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530910

Black with #530910

Text Example


Text Example

White with #530910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530910; }

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

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

background-color css

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

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

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

border-color css

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

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

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