Html Css Color HEX #530D1C Bordeaux

📋 copy color: '#530D1C'

red 83 ◦ green 13 ◦ blue 28

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

Shades of Bordeaux #530D1C

Tints of Bordeaux #530D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.58%

R = 66.94%
G = 10.48%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#530D1C (or 0x530D1C) is known color: Bordeaux. HEX triplet: 53, 0D and 1C. RGB value is (83,13,28). Sum of RGB (Red+Green+Blue) = 83+13+28=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D1C is #ACF2E3. Grayscale: #232323. Windows color (decimal): -11334372 or 1838419. OLE color: 1838419.

HSL color Cylindrical-coordinate representation of color #530D1C: hue angle of 347.14º 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 #530D1C is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 13 28 -
CMYK 0 0.84 0.66 0.67
HSL 347.14º 0.73% 0.19% -
HSV(B) 347.14º 0.84% 0.33% -
XYZ 3.92 2.21 1.32 -
YUV 35.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 83 13 28 0 0.84 0.66 0.67 347.14 0.73 0.19
Hex 53 D 1C 0 54 42 43 15B 49 13
Octal 123 15 34 0 124 102 103 533 111 23
Binary 1010011 1101 11100 0 1010100 1000010 1000011 101011011 1001001 10011

Color Harmonies of #530D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D1C

Black with #530D1C

Text Example


Text Example

White with #530D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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