Html Css Color HEX #53021A Bordeaux

📋 copy color: '#53021A'

red 83 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #53021A

Tints of Bordeaux #53021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 74.77%
G = 1.8%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53021A (or 0x53021A) is known color: Bordeaux. HEX triplet: 53, 02 and 1A. RGB value is (83,2,26). Sum of RGB (Red+Green+Blue) = 83+2+26=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #53021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53021A is #ACFDE5. Grayscale: #1C1C1C. Windows color (decimal): -11337190 or 1704531. OLE color: 1704531.

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

Color convert

RGB 83 2 26 -
CMYK 0 0.98 0.69 0.67
HSL 342.22º 0.95% 0.17% -
HSV(B) 342.22º 0.98% 0.33% -
XYZ 3.78 1.96 1.16 -
YUV 28.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 83 2 26 0 0.98 0.69 0.67 342.22 0.95 0.17
Hex 53 2 1A 0 62 45 43 156 5F 11
Octal 123 2 32 0 142 105 103 526 137 21
Binary 1010011 10 11010 0 1100010 1000101 1000011 101010110 1011111 10001

Color Harmonies of #53021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53021A

Black with #53021A

Text Example


Text Example

White with #53021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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