Html Css Color HEX #53001E Bordeaux

📋 copy color: '#53001E'

red 83 ◦ green 0 ◦ blue 30

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

Shades of Bordeaux #53001E

Tints of Bordeaux #53001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.45%
G = 0%
B = 26.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53001E (or 0x53001E) is known color: Bordeaux. HEX triplet: 53, 00 and 1E. RGB value is (83,0,30). Sum of RGB (Red+Green+Blue) = 83+0+30=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #53001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53001E is #ACFFE1. Grayscale: #1C1C1C. Windows color (decimal): -11337698 or 1966163. OLE color: 1966163.

HSL color Cylindrical-coordinate representation of color #53001E: hue angle of 338.31º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53001E is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 30 -
CMYK 0 1 0.64 0.67
HSL 338.31º 1% 0.16% -
HSV(B) 338.31º 1% 0.33% -
XYZ 3.8 1.93 1.4 -
YUV 28.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 83 0 30 0 1 0.64 0.67 338.31 1 0.16
Hex 53 0 1E 0 64 40 43 152 64 10
Octal 123 0 36 0 144 100 103 522 144 20
Binary 1010011 0 11110 0 1100100 1000000 1000011 101010010 1100100 10000

Color Harmonies of #53001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53001E

Black with #53001E

Text Example


Text Example

White with #53001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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