Html Css Color HEX #53020D Bordeaux

📋 copy color: '#53020D'

red 83 ◦ green 2 ◦ blue 13

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

Shades of Bordeaux #53020D

Tints of Bordeaux #53020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.04%

 BLUE value IS 13 (5.47% from 255) = 13.27%

R = 84.69%
G = 2.04%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53020D (or 0x53020D) is known color: Bordeaux. HEX triplet: 53, 02 and 0D. RGB value is (83,2,13). Sum of RGB (Red+Green+Blue) = 83+2+13=98 (12% of max value = 765). Red value is 83 (32.81% from 255 or 84.69% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 83 - color contains mainly: red. Hex color #53020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53020D is #ACFDF2. Grayscale: #1B1B1B. Windows color (decimal): -11337203 or 852563. OLE color: 852563.

HSL color Cylindrical-coordinate representation of color #53020D: hue angle of 351.85º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53020D is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 2 13 -
CMYK 0 0.98 0.84 0.67
HSL 351.85º 0.95% 0.17% -
HSV(B) 351.85º 0.98% 0.33% -
XYZ 3.66 1.91 0.56 -
YUV 27.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 83 2 13 0 0.98 0.84 0.67 351.85 0.95 0.17
Hex 53 2 D 0 62 54 43 160 5F 11
Octal 123 2 15 0 142 124 103 540 137 21
Binary 1010011 10 1101 0 1100010 1010100 1000011 101100000 1011111 10001

Color Harmonies of #53020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53020D

Black with #53020D

Text Example


Text Example

White with #53020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53020D; }

 p { color: rgb(83,2,13); }

 H1.HeaderClassName
 {
   color: #53020D;
 }
 .AnyTagClassName
 {
   color: #53020D;
 }
</style>

background-color css

<style>
 a { background-color: #53020D; }

 a { background-color: rgb(83,2,13); }

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

border-color css

<style>
 span { border-color: #53020D; }

 span { border-color: rgb(83,2,13); }

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