Html Css Color HEX #530520 Bordeaux

📋 copy color: '#530520'

red 83 ◦ green 5 ◦ blue 32

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

Shades of Bordeaux #530520

Tints of Bordeaux #530520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.17%

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

R = 69.17%
G = 4.17%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#530520 (or 0x530520) is known color: Bordeaux. HEX triplet: 53, 05 and 20. RGB value is (83,5,32). Sum of RGB (Red+Green+Blue) = 83+5+32=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #530520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530520 is #ACFADF. Grayscale: #1F1F1F. Windows color (decimal): -11336416 or 2098515. OLE color: 2098515.

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

Color convert

RGB 83 5 32 -
CMYK 0 0.94 0.61 0.67
HSL 339.23º 0.89% 0.17% -
HSV(B) 339.23º 0.94% 0.33% -
XYZ 3.88 2.05 1.56 -
YUV 31.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 83 5 32 0 0.94 0.61 0.67 339.23 0.89 0.17
Hex 53 5 20 0 5E 3D 43 153 59 11
Octal 123 5 40 0 136 75 103 523 131 21
Binary 1010011 101 100000 0 1011110 111101 1000011 101010011 1011001 10001

Color Harmonies of #530520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530520

Black with #530520

Text Example


Text Example

White with #530520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530520; }

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

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

background-color css

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

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

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

border-color css

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

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

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