Html Css Color HEX #530A19 Bordeaux

📋 copy color: '#530A19'

red 83 ◦ green 10 ◦ blue 25

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

Shades of Bordeaux #530A19

Tints of Bordeaux #530A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.19%

R = 70.34%
G = 8.47%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#530A19 (or 0x530A19) is known color: Bordeaux. HEX triplet: 53, 0A and 19. RGB value is (83,10,25). Sum of RGB (Red+Green+Blue) = 83+10+25=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #530A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A19 is #ACF5E6. Grayscale: #212121. Windows color (decimal): -11335143 or 1641043. OLE color: 1641043.

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

Color convert

RGB 83 10 25 -
CMYK 0 0.88 0.70 0.67
HSL 347.67º 0.78% 0.18% -
HSV(B) 347.67º 0.88% 0.33% -
XYZ 3.85 2.13 1.13 -
YUV 33.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 83 10 25 0 0.88 0.70 0.67 347.67 0.78 0.18
Hex 53 A 19 0 58 46 43 15C 4E 12
Octal 123 12 31 0 130 106 103 534 116 22
Binary 1010011 1010 11001 0 1011000 1000110 1000011 101011100 1001110 10010

Color Harmonies of #530A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A19

Black with #530A19

Text Example


Text Example

White with #530A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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