Html Css Color HEX #530221 Bordeaux

📋 copy color: '#530221'

red 83 ◦ green 2 ◦ blue 33

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

Shades of Bordeaux #530221

Tints of Bordeaux #530221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 27.97%

R = 70.34%
G = 1.69%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#530221 (or 0x530221) is known color: Bordeaux. HEX triplet: 53, 02 and 21. RGB value is (83,2,33). Sum of RGB (Red+Green+Blue) = 83+2+33=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #530221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530221 is #ACFDDE. Grayscale: #1D1D1D. Windows color (decimal): -11337183 or 2163283. OLE color: 2163283.

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

Color convert

RGB 83 2 33 -
CMYK 0 0.98 0.60 0.67
HSL 337.04º 0.95% 0.17% -
HSV(B) 337.04º 0.98% 0.33% -
XYZ 3.86 1.99 1.62 -
YUV 29.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 83 2 33 0 0.98 0.60 0.67 337.04 0.95 0.17
Hex 53 2 21 0 62 3C 43 151 5F 11
Octal 123 2 41 0 142 74 103 521 137 21
Binary 1010011 10 100001 0 1100010 111100 1000011 101010001 1011111 10001

Color Harmonies of #530221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530221

Black with #530221

Text Example


Text Example

White with #530221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530221; }

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

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

background-color css

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

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

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

border-color css

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

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

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