Html Css Color HEX #530820 Bordeaux

📋 copy color: '#530820'

red 83 ◦ green 8 ◦ blue 32

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

Shades of Bordeaux #530820

Tints of Bordeaux #530820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

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

R = 67.48%
G = 6.5%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#530820 (or 0x530820) is known color: Bordeaux. HEX triplet: 53, 08 and 20. RGB value is (83,8,32). Sum of RGB (Red+Green+Blue) = 83+8+32=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530820 is #ACF7DF. Grayscale: #212121. Windows color (decimal): -11335648 or 2099283. OLE color: 2099283.

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

Color convert

RGB 83 8 32 -
CMYK 0 0.90 0.61 0.67
HSL 340.8º 0.82% 0.18% -
HSV(B) 340.8º 0.9% 0.33% -
XYZ 3.91 2.12 1.57 -
YUV 33.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 83 8 32 0 0.90 0.61 0.67 340.8 0.82 0.18
Hex 53 8 20 0 5A 3D 43 155 52 12
Octal 123 10 40 0 132 75 103 525 122 22
Binary 1010011 1000 100000 0 1011010 111101 1000011 101010101 1010010 10010

Color Harmonies of #530820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530820

Black with #530820

Text Example


Text Example

White with #530820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530820; }

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

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

background-color css

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

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

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

border-color css

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

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

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