Html Css Color HEX #530019 Bordeaux

📋 copy color: '#530019'

red 83 ◦ green 0 ◦ blue 25

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

Shades of Bordeaux #530019

Tints of Bordeaux #530019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.85%
G = 0%
B = 23.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#530019 (or 0x530019) is known color: Bordeaux. HEX triplet: 53, 00 and 19. RGB value is (83,0,25). Sum of RGB (Red+Green+Blue) = 83+0+25=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530019 is #ACFFE6. Grayscale: #1B1B1B. Windows color (decimal): -11337703 or 1638483. OLE color: 1638483.

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

Color convert

RGB 83 0 25 -
CMYK 0 1 0.70 0.67
HSL 341.93º 1% 0.16% -
HSV(B) 341.93º 1% 0.33% -
XYZ 3.74 1.91 1.09 -
YUV 27.67 126.5 167.47 -
System Red Green Blue C M Y K H S L
Decimal 83 0 25 0 1 0.70 0.67 341.93 1 0.16
Hex 53 0 19 0 64 46 43 156 64 10
Octal 123 0 31 0 144 106 103 526 144 20
Binary 1010011 0 11001 0 1100100 1000110 1000011 101010110 1100100 10000

Color Harmonies of #530019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530019

Black with #530019

Text Example


Text Example

White with #530019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530019; }

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

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

background-color css

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

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

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

border-color css

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

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

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