Html Css Color HEX #53021D Bordeaux

📋 copy color: '#53021D'

red 83 ◦ green 2 ◦ blue 29

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

Shades of Bordeaux #53021D

Tints of Bordeaux #53021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.44%

R = 72.81%
G = 1.75%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53021D (or 0x53021D) is known color: Bordeaux. HEX triplet: 53, 02 and 1D. RGB value is (83,2,29). Sum of RGB (Red+Green+Blue) = 83+2+29=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53021D is #ACFDE2. Grayscale: #1D1D1D. Windows color (decimal): -11337187 or 1901139. OLE color: 1901139.

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

Color convert

RGB 83 2 29 -
CMYK 0 0.98 0.65 0.67
HSL 340º 0.95% 0.17% -
HSV(B) 340º 0.98% 0.33% -
XYZ 3.81 1.97 1.34 -
YUV 29.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 83 2 29 0 0.98 0.65 0.67 340 0.95 0.17
Hex 53 2 1D 0 62 41 43 154 5F 11
Octal 123 2 35 0 142 101 103 524 137 21
Binary 1010011 10 11101 0 1100010 1000001 1000011 101010100 1011111 10001

Color Harmonies of #53021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53021D

Black with #53021D

Text Example


Text Example

White with #53021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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