Html Css Color HEX #53051E Bordeaux

📋 copy color: '#53051E'

red 83 ◦ green 5 ◦ blue 30

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

Shades of Bordeaux #53051E

Tints of Bordeaux #53051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.42%

R = 70.34%
G = 4.24%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53051E (or 0x53051E) is known color: Bordeaux. HEX triplet: 53, 05 and 1E. RGB value is (83,5,30). Sum of RGB (Red+Green+Blue) = 83+5+30=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #53051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53051E is #ACFAE1. Grayscale: #1F1F1F. Windows color (decimal): -11336418 or 1967443. OLE color: 1967443.

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

Color convert

RGB 83 5 30 -
CMYK 0 0.94 0.64 0.67
HSL 340.77º 0.89% 0.17% -
HSV(B) 340.77º 0.94% 0.33% -
XYZ 3.86 2.04 1.42 -
YUV 31.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 83 5 30 0 0.94 0.64 0.67 340.77 0.89 0.17
Hex 53 5 1E 0 5E 40 43 155 59 11
Octal 123 5 36 0 136 100 103 525 131 21
Binary 1010011 101 11110 0 1011110 1000000 1000011 101010101 1011001 10001

Color Harmonies of #53051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53051E

Black with #53051E

Text Example


Text Example

White with #53051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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