Html Css Color HEX #53000C Bordeaux

📋 copy color: '#53000C'

red 83 ◦ green 0 ◦ blue 12

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

Shades of Bordeaux #53000C

Tints of Bordeaux #53000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 12.63%

R = 87.37%
G = 0%
B = 12.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53000C (or 0x53000C) is known color: Bordeaux. HEX triplet: 53, 00 and 0C. RGB value is (83,0,12). Sum of RGB (Red+Green+Blue) = 83+0+12=95 (12% of max value = 765). Red value is 83 (32.81% from 255 or 87.37% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 83 - color contains mainly: red. Hex color #53000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53000C is #ACFFF3. Grayscale: #1A1A1A. Windows color (decimal): -11337716 or 786515. OLE color: 786515.

HSL color Cylindrical-coordinate representation of color #53000C: hue angle of 351.33º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53000C is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 12 -
CMYK 0 1 0.86 0.67
HSL 351.33º 1% 0.16% -
HSV(B) 351.33º 1% 0.33% -
XYZ 3.63 1.87 0.52 -
YUV 26.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 83 0 12 0 1 0.86 0.67 351.33 1 0.16
Hex 53 0 C 0 64 56 43 15F 64 10
Octal 123 0 14 0 144 126 103 537 144 20
Binary 1010011 0 1100 0 1100100 1010110 1000011 101011111 1100100 10000

Color Harmonies of #53000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53000C

Black with #53000C

Text Example


Text Example

White with #53000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53000C; }

 p { color: rgb(83,0,12); }

 H1.HeaderClassName
 {
   color: #53000C;
 }
 .AnyTagClassName
 {
   color: #53000C;
 }
</style>

background-color css

<style>
 a { background-color: #53000C; }

 a { background-color: rgb(83,0,12); }

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

border-color css

<style>
 span { border-color: #53000C; }

 span { border-color: rgb(83,0,12); }

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