Html Css Color HEX #530D20 Bordeaux

📋 copy color: '#530D20'

red 83 ◦ green 13 ◦ blue 32

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

Shades of Bordeaux #530D20

Tints of Bordeaux #530D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.16%

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

R = 64.84%
G = 10.16%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#530D20 (or 0x530D20) is known color: Bordeaux. HEX triplet: 53, 0D and 20. RGB value is (83,13,32). Sum of RGB (Red+Green+Blue) = 83+13+32=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #530D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D20 is #ACF2DF. Grayscale: #242424. Windows color (decimal): -11334368 or 2100563. OLE color: 2100563.

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

Color convert

RGB 83 13 32 -
CMYK 0 0.84 0.61 0.67
HSL 343.71º 0.73% 0.19% -
HSV(B) 343.71º 0.84% 0.33% -
XYZ 3.97 2.23 1.59 -
YUV 36.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 83 13 32 0 0.84 0.61 0.67 343.71 0.73 0.19
Hex 53 D 20 0 54 3D 43 158 49 13
Octal 123 15 40 0 124 75 103 530 111 23
Binary 1010011 1101 100000 0 1010100 111101 1000011 101011000 1001001 10011

Color Harmonies of #530D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D20

Black with #530D20

Text Example


Text Example

White with #530D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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