Html Css Color HEX #53041F Bordeaux

📋 copy color: '#53041F'

red 83 ◦ green 4 ◦ blue 31

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

Shades of Bordeaux #53041F

Tints of Bordeaux #53041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.39%

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

R = 70.34%
G = 3.39%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53041F (or 0x53041F) is known color: Bordeaux. HEX triplet: 53, 04 and 1F. RGB value is (83,4,31). Sum of RGB (Red+Green+Blue) = 83+4+31=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #53041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53041F is #ACFBE0. Grayscale: #1E1E1E. Windows color (decimal): -11336673 or 2032723. OLE color: 2032723.

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

Color convert

RGB 83 4 31 -
CMYK 0 0.95 0.63 0.67
HSL 339.49º 0.91% 0.17% -
HSV(B) 339.49º 0.95% 0.33% -
XYZ 3.86 2.02 1.48 -
YUV 30.7 128.17 165.3 -
System Red Green Blue C M Y K H S L
Decimal 83 4 31 0 0.95 0.63 0.67 339.49 0.91 0.17
Hex 53 4 1F 0 5F 3F 43 153 5B 11
Octal 123 4 37 0 137 77 103 523 133 21
Binary 1010011 100 11111 0 1011111 111111 1000011 101010011 1011011 10001

Color Harmonies of #53041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53041F

Black with #53041F

Text Example


Text Example

White with #53041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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