Html Css Color HEX #53151F Bordeaux

📋 copy color: '#53151F'

red 83 ◦ green 21 ◦ blue 31

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

Shades of Bordeaux #53151F

Tints of Bordeaux #53151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

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

R = 61.48%
G = 15.56%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53151F (or 0x53151F) is known color: Bordeaux. HEX triplet: 53, 15 and 1F. RGB value is (83,21,31). Sum of RGB (Red+Green+Blue) = 83+21+31=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53151F is #ACEAE0. Grayscale: #282828. Windows color (decimal): -11332321 or 2037075. OLE color: 2037075.

HSL color Cylindrical-coordinate representation of color #53151F: hue angle of 350.32º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53151F is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 31 -
CMYK 0 0.75 0.63 0.67
HSL 350.32º 0.6% 0.2% -
HSV(B) 350.32º 0.75% 0.33% -
XYZ 4.08 2.47 1.56 -
YUV 40.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 83 21 31 0 0.75 0.63 0.67 350.32 0.6 0.2
Hex 53 15 1F 0 4B 3F 43 15E 3C 14
Octal 123 25 37 0 113 77 103 536 74 24
Binary 1010011 10101 11111 0 1001011 111111 1000011 101011110 111100 10100

Color Harmonies of #53151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53151F

Black with #53151F

Text Example


Text Example

White with #53151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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