Html Css Color HEX #53051F Bordeaux

📋 copy color: '#53051F'

red 83 ◦ green 5 ◦ blue 31

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

Shades of Bordeaux #53051F

Tints of Bordeaux #53051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

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

R = 69.75%
G = 4.2%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53051F (or 0x53051F) is known color: Bordeaux. HEX triplet: 53, 05 and 1F. RGB value is (83,5,31). Sum of RGB (Red+Green+Blue) = 83+5+31=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #53051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53051F is #ACFAE0. Grayscale: #1F1F1F. Windows color (decimal): -11336417 or 2032979. OLE color: 2032979.

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

Color convert

RGB 83 5 31 -
CMYK 0 0.94 0.63 0.67
HSL 340º 0.89% 0.17% -
HSV(B) 340º 0.94% 0.33% -
XYZ 3.87 2.05 1.49 -
YUV 31.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 83 5 31 0 0.94 0.63 0.67 340 0.89 0.17
Hex 53 5 1F 0 5E 3F 43 154 59 11
Octal 123 5 37 0 136 77 103 524 131 21
Binary 1010011 101 11111 0 1011110 111111 1000011 101010100 1011001 10001

Color Harmonies of #53051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53051F

Black with #53051F

Text Example


Text Example

White with #53051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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