Html Css Color HEX #531419 Bordeaux

📋 copy color: '#531419'

red 83 ◦ green 20 ◦ blue 25

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

Shades of Bordeaux #531419

Tints of Bordeaux #531419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

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

R = 64.84%
G = 15.63%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#531419 (or 0x531419) is known color: Bordeaux. HEX triplet: 53, 14 and 19. RGB value is (83,20,25). Sum of RGB (Red+Green+Blue) = 83+20+25=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #531419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531419 is #ACEBE6. Grayscale: #272727. Windows color (decimal): -11332583 or 1643603. OLE color: 1643603.

HSL color Cylindrical-coordinate representation of color #531419: hue angle of 355.24º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531419 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 20 25 -
CMYK 0 0.76 0.70 0.67
HSL 355.24º 0.61% 0.2% -
HSV(B) 355.24º 0.76% 0.33% -
XYZ 3.99 2.41 1.17 -
YUV 39.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 83 20 25 0 0.76 0.70 0.67 355.24 0.61 0.2
Hex 53 14 19 0 4C 46 43 163 3D 14
Octal 123 24 31 0 114 106 103 543 75 24
Binary 1010011 10100 11001 0 1001100 1000110 1000011 101100011 111101 10100

Color Harmonies of #531419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531419

Black with #531419

Text Example


Text Example

White with #531419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531419; }

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

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

background-color css

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

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

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

border-color css

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

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

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