Html Css Color HEX #530313 Bordeaux

📋 copy color: '#530313'

red 83 ◦ green 3 ◦ blue 19

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

Shades of Bordeaux #530313

Tints of Bordeaux #530313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.86%

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

R = 79.05%
G = 2.86%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#530313 (or 0x530313) is known color: Bordeaux. HEX triplet: 53, 03 and 13. RGB value is (83,3,19). Sum of RGB (Red+Green+Blue) = 83+3+19=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #530313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530313 is #ACFCEC. Grayscale: #1C1C1C. Windows color (decimal): -11336941 or 1246035. OLE color: 1246035.

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

Color convert

RGB 83 3 19 -
CMYK 0 0.96 0.77 0.67
HSL 348º 0.93% 0.17% -
HSV(B) 348º 0.96% 0.33% -
XYZ 3.72 1.95 0.8 -
YUV 28.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 83 3 19 0 0.96 0.77 0.67 348 0.93 0.17
Hex 53 3 13 0 60 4D 43 15C 5D 11
Octal 123 3 23 0 140 115 103 534 135 21
Binary 1010011 11 10011 0 1100000 1001101 1000011 101011100 1011101 10001

Color Harmonies of #530313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530313

Black with #530313

Text Example


Text Example

White with #530313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530313; }

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

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

background-color css

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

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

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

border-color css

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

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

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