Html Css Color HEX #530720 Bordeaux

📋 copy color: '#530720'

red 83 ◦ green 7 ◦ blue 32

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

Shades of Bordeaux #530720

Tints of Bordeaux #530720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.74%

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

R = 68.03%
G = 5.74%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#530720 (or 0x530720) is known color: Bordeaux. HEX triplet: 53, 07 and 20. RGB value is (83,7,32). Sum of RGB (Red+Green+Blue) = 83+7+32=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #530720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530720 is #ACF8DF. Grayscale: #202020. Windows color (decimal): -11335904 or 2099027. OLE color: 2099027.

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

Color convert

RGB 83 7 32 -
CMYK 0 0.92 0.61 0.67
HSL 340.26º 0.84% 0.18% -
HSV(B) 340.26º 0.92% 0.33% -
XYZ 3.9 2.1 1.57 -
YUV 32.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 83 7 32 0 0.92 0.61 0.67 340.26 0.84 0.18
Hex 53 7 20 0 5C 3D 43 154 54 12
Octal 123 7 40 0 134 75 103 524 124 22
Binary 1010011 111 100000 0 1011100 111101 1000011 101010100 1010100 10010

Color Harmonies of #530720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530720

Black with #530720

Text Example


Text Example

White with #530720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530720; }

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

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

background-color css

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

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

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

border-color css

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

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

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