Html Css Color HEX #530519 Bordeaux

📋 copy color: '#530519'

red 83 ◦ green 5 ◦ blue 25

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

Shades of Bordeaux #530519

Tints of Bordeaux #530519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.42%

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 73.45%
G = 4.42%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#530519 (or 0x530519) is known color: Bordeaux. HEX triplet: 53, 05 and 19. RGB value is (83,5,25). Sum of RGB (Red+Green+Blue) = 83+5+25=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #530519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530519 is #ACFAE6. Grayscale: #1E1E1E. Windows color (decimal): -11336423 or 1639763. OLE color: 1639763.

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

Color convert

RGB 83 5 25 -
CMYK 0 0.94 0.70 0.67
HSL 344.62º 0.89% 0.17% -
HSV(B) 344.62º 0.94% 0.33% -
XYZ 3.8 2.02 1.11 -
YUV 30.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 83 5 25 0 0.94 0.70 0.67 344.62 0.89 0.17
Hex 53 5 19 0 5E 46 43 159 59 11
Octal 123 5 31 0 136 106 103 531 131 21
Binary 1010011 101 11001 0 1011110 1000110 1000011 101011001 1011001 10001

Color Harmonies of #530519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530519

Black with #530519

Text Example


Text Example

White with #530519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530519; }

 p { color: rgb(83,5,25); }

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

background-color css

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

 a { background-color: rgb(83,5,25); }

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

border-color css

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

 span { border-color: rgb(83,5,25); }

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