Html Css Color HEX #530220 Bordeaux

📋 copy color: '#530220'

red 83 ◦ green 2 ◦ blue 32

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

Shades of Bordeaux #530220

Tints of Bordeaux #530220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.71%

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

R = 70.94%
G = 1.71%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#530220 (or 0x530220) is known color: Bordeaux. HEX triplet: 53, 02 and 20. RGB value is (83,2,32). Sum of RGB (Red+Green+Blue) = 83+2+32=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #530220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530220 is #ACFDDF. Grayscale: #1D1D1D. Windows color (decimal): -11337184 or 2097747. OLE color: 2097747.

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

Color convert

RGB 83 2 32 -
CMYK 0 0.98 0.61 0.67
HSL 337.78º 0.95% 0.17% -
HSV(B) 337.78º 0.98% 0.33% -
XYZ 3.85 1.99 1.55 -
YUV 29.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 83 2 32 0 0.98 0.61 0.67 337.78 0.95 0.17
Hex 53 2 20 0 62 3D 43 152 5F 11
Octal 123 2 40 0 142 75 103 522 137 21
Binary 1010011 10 100000 0 1100010 111101 1000011 101010010 1011111 10001

Color Harmonies of #530220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530220

Black with #530220

Text Example


Text Example

White with #530220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530220; }

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

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

background-color css

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

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

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

border-color css

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

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

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