Html Css Color HEX #53041C Bordeaux

📋 copy color: '#53041C'

red 83 ◦ green 4 ◦ blue 28

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

Shades of Bordeaux #53041C

Tints of Bordeaux #53041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.48%

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

R = 72.17%
G = 3.48%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53041C (or 0x53041C) is known color: Bordeaux. HEX triplet: 53, 04 and 1C. RGB value is (83,4,28). Sum of RGB (Red+Green+Blue) = 83+4+28=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #53041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53041C is #ACFBE3. Grayscale: #1E1E1E. Windows color (decimal): -11336676 or 1836115. OLE color: 1836115.

HSL color Cylindrical-coordinate representation of color #53041C: hue angle of 341.77º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53041C is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 4 28 -
CMYK 0 0.95 0.66 0.67
HSL 341.77º 0.91% 0.17% -
HSV(B) 341.77º 0.95% 0.33% -
XYZ 3.82 2.01 1.29 -
YUV 30.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 83 4 28 0 0.95 0.66 0.67 341.77 0.91 0.17
Hex 53 4 1C 0 5F 42 43 156 5B 11
Octal 123 4 34 0 137 102 103 526 133 21
Binary 1010011 100 11100 0 1011111 1000010 1000011 101010110 1011011 10001

Color Harmonies of #53041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53041C

Black with #53041C

Text Example


Text Example

White with #53041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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