Html Css Color HEX #53001C Bordeaux

📋 copy color: '#53001C'

red 83 ◦ green 0 ◦ blue 28

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

Shades of Bordeaux #53001C

Tints of Bordeaux #53001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.23%

R = 74.77%
G = 0%
B = 25.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53001C (or 0x53001C) is known color: Bordeaux. HEX triplet: 53, 00 and 1C. RGB value is (83,0,28). Sum of RGB (Red+Green+Blue) = 83+0+28=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #53001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53001C is #ACFFE3. Grayscale: #1B1B1B. Windows color (decimal): -11337700 or 1835091. OLE color: 1835091.

HSL color Cylindrical-coordinate representation of color #53001C: hue angle of 339.76º 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 #53001C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 28 -
CMYK 0 1 0.66 0.67
HSL 339.76º 1% 0.16% -
HSV(B) 339.76º 1% 0.33% -
XYZ 3.78 1.92 1.27 -
YUV 28.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 83 0 28 0 1 0.66 0.67 339.76 1 0.16
Hex 53 0 1C 0 64 42 43 154 64 10
Octal 123 0 34 0 144 102 103 524 144 20
Binary 1010011 0 11100 0 1100100 1000010 1000011 101010100 1100100 10000

Color Harmonies of #53001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53001C

Black with #53001C

Text Example


Text Example

White with #53001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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