Html Css Color HEX #53020E Bordeaux

📋 copy color: '#53020E'

red 83 ◦ green 2 ◦ blue 14

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

Shades of Bordeaux #53020E

Tints of Bordeaux #53020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.14%

R = 83.84%
G = 2.02%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53020E (or 0x53020E) is known color: Bordeaux. HEX triplet: 53, 02 and 0E. RGB value is (83,2,14). Sum of RGB (Red+Green+Blue) = 83+2+14=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #53020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53020E is #ACFDF1. Grayscale: #1B1B1B. Windows color (decimal): -11337202 or 918099. OLE color: 918099.

HSL color Cylindrical-coordinate representation of color #53020E: hue angle of 351.11º 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 #53020E is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 2 14 -
CMYK 0 0.98 0.83 0.67
HSL 351.11º 0.95% 0.17% -
HSV(B) 351.11º 0.98% 0.33% -
XYZ 3.67 1.91 0.59 -
YUV 27.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 83 2 14 0 0.98 0.83 0.67 351.11 0.95 0.17
Hex 53 2 E 0 62 53 43 15F 5F 11
Octal 123 2 16 0 142 123 103 537 137 21
Binary 1010011 10 1110 0 1100010 1010011 1000011 101011111 1011111 10001

Color Harmonies of #53020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53020E

Black with #53020E

Text Example


Text Example

White with #53020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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