Html Css Color HEX #53061A Bordeaux

📋 copy color: '#53061A'

red 83 ◦ green 6 ◦ blue 26

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

Shades of Bordeaux #53061A

Tints of Bordeaux #53061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.22%

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

R = 72.17%
G = 5.22%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53061A (or 0x53061A) is known color: Bordeaux. HEX triplet: 53, 06 and 1A. RGB value is (83,6,26). Sum of RGB (Red+Green+Blue) = 83+6+26=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #53061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53061A is #ACF9E5. Grayscale: #1F1F1F. Windows color (decimal): -11336166 or 1705555. OLE color: 1705555.

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

Color convert

RGB 83 6 26 -
CMYK 0 0.93 0.69 0.67
HSL 344.42º 0.87% 0.17% -
HSV(B) 344.42º 0.93% 0.33% -
XYZ 3.82 2.04 1.17 -
YUV 31.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 83 6 26 0 0.93 0.69 0.67 344.42 0.87 0.17
Hex 53 6 1A 0 5D 45 43 158 57 11
Octal 123 6 32 0 135 105 103 530 127 21
Binary 1010011 110 11010 0 1011101 1000101 1000011 101011000 1010111 10001

Color Harmonies of #53061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53061A

Black with #53061A

Text Example


Text Example

White with #53061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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