Html Css Color HEX #530D1F Bordeaux

📋 copy color: '#530D1F'

red 83 ◦ green 13 ◦ blue 31

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

Shades of Bordeaux #530D1F

Tints of Bordeaux #530D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.41%

R = 65.35%
G = 10.24%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#530D1F (or 0x530D1F) is known color: Bordeaux. HEX triplet: 53, 0D and 1F. RGB value is (83,13,31). Sum of RGB (Red+Green+Blue) = 83+13+31=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #530D1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D1F is #ACF2E0. Grayscale: #232323. Windows color (decimal): -11334369 or 2035027. OLE color: 2035027.

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

Color convert

RGB 83 13 31 -
CMYK 0 0.84 0.63 0.67
HSL 344.57º 0.73% 0.19% -
HSV(B) 344.57º 0.84% 0.33% -
XYZ 3.96 2.23 1.52 -
YUV 35.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 83 13 31 0 0.84 0.63 0.67 344.57 0.73 0.19
Hex 53 D 1F 0 54 3F 43 159 49 13
Octal 123 15 37 0 124 77 103 531 111 23
Binary 1010011 1101 11111 0 1010100 111111 1000011 101011001 1001001 10011

Color Harmonies of #530D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D1F

Black with #530D1F

Text Example


Text Example

White with #530D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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