Html Css Color HEX #530A1F Bordeaux

📋 copy color: '#530A1F'

red 83 ◦ green 10 ◦ blue 31

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

Shades of Bordeaux #530A1F

Tints of Bordeaux #530A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.06%

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

R = 66.94%
G = 8.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#530A1F (or 0x530A1F) is known color: Bordeaux. HEX triplet: 53, 0A and 1F. RGB value is (83,10,31). Sum of RGB (Red+Green+Blue) = 83+10+31=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A1F is #ACF5E0. Grayscale: #222222. Windows color (decimal): -11335137 or 2034259. OLE color: 2034259.

HSL color Cylindrical-coordinate representation of color #530A1F: hue angle of 342.74º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A1F is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 10 31 -
CMYK 0 0.88 0.63 0.67
HSL 342.74º 0.78% 0.18% -
HSV(B) 342.74º 0.88% 0.33% -
XYZ 3.92 2.16 1.51 -
YUV 34.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 83 10 31 0 0.88 0.63 0.67 342.74 0.78 0.18
Hex 53 A 1F 0 58 3F 43 157 4E 12
Octal 123 12 37 0 130 77 103 527 116 22
Binary 1010011 1010 11111 0 1011000 111111 1000011 101010111 1001110 10010

Color Harmonies of #530A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A1F

Black with #530A1F

Text Example


Text Example

White with #530A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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