Html Css Color HEX #530320 Bordeaux

📋 copy color: '#530320'

red 83 ◦ green 3 ◦ blue 32

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

Shades of Bordeaux #530320

Tints of Bordeaux #530320

RGB

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

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

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

R = 70.34%
G = 2.54%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#530320 (or 0x530320) is known color: Bordeaux. HEX triplet: 53, 03 and 20. RGB value is (83,3,32). Sum of RGB (Red+Green+Blue) = 83+3+32=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #530320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530320 is #ACFCDF. Grayscale: #1E1E1E. Windows color (decimal): -11336928 or 2098003. OLE color: 2098003.

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

Color convert

RGB 83 3 32 -
CMYK 0 0.96 0.61 0.67
HSL 338.25º 0.93% 0.17% -
HSV(B) 338.25º 0.96% 0.33% -
XYZ 3.86 2.01 1.55 -
YUV 30.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 83 3 32 0 0.96 0.61 0.67 338.25 0.93 0.17
Hex 53 3 20 0 60 3D 43 152 5D 11
Octal 123 3 40 0 140 75 103 522 135 21
Binary 1010011 11 100000 0 1100000 111101 1000011 101010010 1011101 10001

Color Harmonies of #530320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530320

Black with #530320

Text Example


Text Example

White with #530320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530320; }

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

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

background-color css

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

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

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

border-color css

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

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

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