Html Css Color HEX #530120 Bordeaux

📋 copy color: '#530120'

red 83 ◦ green 1 ◦ blue 32

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

Shades of Bordeaux #530120

Tints of Bordeaux #530120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 27.59%

R = 71.55%
G = 0.86%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#530120 (or 0x530120) is known color: Bordeaux. HEX triplet: 53, 01 and 20. RGB value is (83,1,32). Sum of RGB (Red+Green+Blue) = 83+1+32=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #530120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530120 is #ACFEDF. Grayscale: #1D1D1D. Windows color (decimal): -11337440 or 2097491. OLE color: 2097491.

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

Color convert

RGB 83 1 32 -
CMYK 0 0.99 0.61 0.67
HSL 337.32º 0.98% 0.16% -
HSV(B) 337.32º 0.99% 0.33% -
XYZ 3.84 1.96 1.54 -
YUV 29.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 83 1 32 0 0.99 0.61 0.67 337.32 0.98 0.16
Hex 53 1 20 0 63 3D 43 151 62 10
Octal 123 1 40 0 143 75 103 521 142 20
Binary 1010011 1 100000 0 1100011 111101 1000011 101010001 1100010 10000

Color Harmonies of #530120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530120

Black with #530120

Text Example


Text Example

White with #530120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530120; }

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

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

background-color css

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

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

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

border-color css

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

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

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