Html Css Color HEX #53071F Bordeaux

📋 copy color: '#53071F'

red 83 ◦ green 7 ◦ blue 31

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

Shades of Bordeaux #53071F

Tints of Bordeaux #53071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.79%

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

R = 68.6%
G = 5.79%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53071F (or 0x53071F) is known color: Bordeaux. HEX triplet: 53, 07 and 1F. RGB value is (83,7,31). Sum of RGB (Red+Green+Blue) = 83+7+31=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #53071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53071F is #ACF8E0. Grayscale: #202020. Windows color (decimal): -11335905 or 2033491. OLE color: 2033491.

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

Color convert

RGB 83 7 31 -
CMYK 0 0.92 0.63 0.67
HSL 341.05º 0.84% 0.18% -
HSV(B) 341.05º 0.92% 0.33% -
XYZ 3.89 2.09 1.49 -
YUV 32.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 83 7 31 0 0.92 0.63 0.67 341.05 0.84 0.18
Hex 53 7 1F 0 5C 3F 43 155 54 12
Octal 123 7 37 0 134 77 103 525 124 22
Binary 1010011 111 11111 0 1011100 111111 1000011 101010101 1010100 10010

Color Harmonies of #53071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53071F

Black with #53071F

Text Example


Text Example

White with #53071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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