Html Css Color HEX #530913 Bordeaux

📋 copy color: '#530913'

red 83 ◦ green 9 ◦ blue 19

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

Shades of Bordeaux #530913

Tints of Bordeaux #530913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.12%

R = 74.77%
G = 8.11%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#530913 (or 0x530913) is known color: Bordeaux. HEX triplet: 53, 09 and 13. RGB value is (83,9,19). Sum of RGB (Red+Green+Blue) = 83+9+19=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530913 is #ACF6EC. Grayscale: #202020. Windows color (decimal): -11335405 or 1247571. OLE color: 1247571.

HSL color Cylindrical-coordinate representation of color #530913: hue angle of 351.89º 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 #530913 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 9 19 -
CMYK 0 0.89 0.77 0.67
HSL 351.89º 0.8% 0.18% -
HSV(B) 351.89º 0.89% 0.33% -
XYZ 3.78 2.08 0.82 -
YUV 32.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 83 9 19 0 0.89 0.77 0.67 351.89 0.8 0.18
Hex 53 9 13 0 59 4D 43 160 50 12
Octal 123 11 23 0 131 115 103 540 120 22
Binary 1010011 1001 10011 0 1011001 1001101 1000011 101100000 1010000 10010

Color Harmonies of #530913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530913

Black with #530913

Text Example


Text Example

White with #530913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530913; }

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

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

background-color css

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

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

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

border-color css

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

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

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