Html Css Color HEX #530620 Bordeaux

📋 copy color: '#530620'

red 83 ◦ green 6 ◦ blue 32

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

Shades of Bordeaux #530620

Tints of Bordeaux #530620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.96%

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

R = 68.6%
G = 4.96%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#530620 (or 0x530620) is known color: Bordeaux. HEX triplet: 53, 06 and 20. RGB value is (83,6,32). Sum of RGB (Red+Green+Blue) = 83+6+32=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #530620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530620 is #ACF9DF. Grayscale: #1F1F1F. Windows color (decimal): -11336160 or 2098771. OLE color: 2098771.

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

Color convert

RGB 83 6 32 -
CMYK 0 0.93 0.61 0.67
HSL 339.74º 0.87% 0.17% -
HSV(B) 339.74º 0.93% 0.33% -
XYZ 3.89 2.07 1.56 -
YUV 31.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 83 6 32 0 0.93 0.61 0.67 339.74 0.87 0.17
Hex 53 6 20 0 5D 3D 43 154 57 11
Octal 123 6 40 0 135 75 103 524 127 21
Binary 1010011 110 100000 0 1011101 111101 1000011 101010100 1010111 10001

Color Harmonies of #530620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530620

Black with #530620

Text Example


Text Example

White with #530620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530620; }

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

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

background-color css

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

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

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

border-color css

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

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

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