Html Css Color HEX #53051A Bordeaux

📋 copy color: '#53051A'

red 83 ◦ green 5 ◦ blue 26

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

Shades of Bordeaux #53051A

Tints of Bordeaux #53051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.39%

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

R = 72.81%
G = 4.39%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53051A (or 0x53051A) is known color: Bordeaux. HEX triplet: 53, 05 and 1A. RGB value is (83,5,26). Sum of RGB (Red+Green+Blue) = 83+5+26=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53051A is #ACFAE5. Grayscale: #1E1E1E. Windows color (decimal): -11336422 or 1705299. OLE color: 1705299.

HSL color Cylindrical-coordinate representation of color #53051A: hue angle of 343.85º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53051A is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 5 26 -
CMYK 0 0.94 0.69 0.67
HSL 343.85º 0.89% 0.17% -
HSV(B) 343.85º 0.94% 0.33% -
XYZ 3.81 2.02 1.17 -
YUV 30.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 83 5 26 0 0.94 0.69 0.67 343.85 0.89 0.17
Hex 53 5 1A 0 5E 45 43 158 59 11
Octal 123 5 32 0 136 105 103 530 131 21
Binary 1010011 101 11010 0 1011110 1000101 1000011 101011000 1011001 10001

Color Harmonies of #53051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53051A

Black with #53051A

Text Example


Text Example

White with #53051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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