Html Css Color HEX #53030C Bordeaux

📋 copy color: '#53030C'

red 83 ◦ green 3 ◦ blue 12

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

Shades of Bordeaux #53030C

Tints of Bordeaux #53030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.06%

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

R = 84.69%
G = 3.06%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53030C (or 0x53030C) is known color: Bordeaux. HEX triplet: 53, 03 and 0C. RGB value is (83,3,12). Sum of RGB (Red+Green+Blue) = 83+3+12=98 (12% of max value = 765). Red value is 83 (32.81% from 255 or 84.69% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 83 - color contains mainly: red. Hex color #53030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53030C is #ACFCF3. Grayscale: #1B1B1B. Windows color (decimal): -11336948 or 787283. OLE color: 787283.

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

Color convert

RGB 83 3 12 -
CMYK 0 0.96 0.86 0.67
HSL 353.25º 0.93% 0.17% -
HSV(B) 353.25º 0.96% 0.33% -
XYZ 3.67 1.93 0.53 -
YUV 27.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 83 3 12 0 0.96 0.86 0.67 353.25 0.93 0.17
Hex 53 3 C 0 60 56 43 161 5D 11
Octal 123 3 14 0 140 126 103 541 135 21
Binary 1010011 11 1100 0 1100000 1010110 1000011 101100001 1011101 10001

Color Harmonies of #53030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53030C

Black with #53030C

Text Example


Text Example

White with #53030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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