Html Css Color HEX #53101E Bordeaux

📋 copy color: '#53101E'

red 83 ◦ green 16 ◦ blue 30

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

Shades of Bordeaux #53101E

Tints of Bordeaux #53101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.4%

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 64.34%
G = 12.4%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53101E (or 0x53101E) is known color: Bordeaux. HEX triplet: 53, 10 and 1E. RGB value is (83,16,30). Sum of RGB (Red+Green+Blue) = 83+16+30=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #53101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53101E is #ACEFE1. Grayscale: #252525. Windows color (decimal): -11333602 or 1970259. OLE color: 1970259.

HSL color Cylindrical-coordinate representation of color #53101E: hue angle of 347.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53101E is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 30 -
CMYK 0 0.81 0.64 0.67
HSL 347.46º 0.68% 0.19% -
HSV(B) 347.46º 0.81% 0.33% -
XYZ 3.99 2.3 1.46 -
YUV 37.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 83 16 30 0 0.81 0.64 0.67 347.46 0.68 0.19
Hex 53 10 1E 0 51 40 43 15B 44 13
Octal 123 20 36 0 121 100 103 533 104 23
Binary 1010011 10000 11110 0 1010001 1000000 1000011 101011011 1000100 10011

Color Harmonies of #53101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53101E

Black with #53101E

Text Example


Text Example

White with #53101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53101E; }

 p { color: rgb(83,16,30); }

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

background-color css

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

 a { background-color: rgb(83,16,30); }

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

border-color css

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

 span { border-color: rgb(83,16,30); }

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