Html Css Color HEX #530119 Bordeaux

📋 copy color: '#530119'

red 83 ◦ green 1 ◦ blue 25

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

Shades of Bordeaux #530119

Tints of Bordeaux #530119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

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

R = 76.15%
G = 0.92%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#530119 (or 0x530119) is known color: Bordeaux. HEX triplet: 53, 01 and 19. RGB value is (83,1,25). Sum of RGB (Red+Green+Blue) = 83+1+25=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #530119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530119 is #ACFEE6. Grayscale: #1C1C1C. Windows color (decimal): -11337447 or 1638739. OLE color: 1638739.

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

Color convert

RGB 83 1 25 -
CMYK 0 0.99 0.70 0.67
HSL 342.44º 0.98% 0.16% -
HSV(B) 342.44º 0.99% 0.33% -
XYZ 3.75 1.93 1.09 -
YUV 28.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 83 1 25 0 0.99 0.70 0.67 342.44 0.98 0.16
Hex 53 1 19 0 63 46 43 156 62 10
Octal 123 1 31 0 143 106 103 526 142 20
Binary 1010011 1 11001 0 1100011 1000110 1000011 101010110 1100010 10000

Color Harmonies of #530119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530119

Black with #530119

Text Example


Text Example

White with #530119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530119; }

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

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

background-color css

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

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

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

border-color css

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

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

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