Html Css Color HEX #53010F Bordeaux

📋 copy color: '#53010F'

red 83 ◦ green 1 ◦ blue 15

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

Shades of Bordeaux #53010F

Tints of Bordeaux #53010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.01%

 BLUE value IS 15 (6.25% from 255) = 15.15%

R = 83.84%
G = 1.01%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53010F (or 0x53010F) is known color: Bordeaux. HEX triplet: 53, 01 and 0F. RGB value is (83,1,15). Sum of RGB (Red+Green+Blue) = 83+1+15=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #53010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53010F is #ACFEF0. Grayscale: #1B1B1B. Windows color (decimal): -11337457 or 983379. OLE color: 983379.

HSL color Cylindrical-coordinate representation of color #53010F: hue angle of 349.76º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53010F is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 1 15 -
CMYK 0 0.99 0.82 0.67
HSL 349.76º 0.98% 0.16% -
HSV(B) 349.76º 0.99% 0.33% -
XYZ 3.66 1.9 0.62 -
YUV 27.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 83 1 15 0 0.99 0.82 0.67 349.76 0.98 0.16
Hex 53 1 F 0 63 52 43 15E 62 10
Octal 123 1 17 0 143 122 103 536 142 20
Binary 1010011 1 1111 0 1100011 1010010 1000011 101011110 1100010 10000

Color Harmonies of #53010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53010F

Black with #53010F

Text Example


Text Example

White with #53010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,1,15); }

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

background-color css

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

 a { background-color: rgb(83,1,15); }

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

border-color css

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

 span { border-color: rgb(83,1,15); }

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