Html Css Color HEX #53061C Bordeaux

📋 copy color: '#53061C'

red 83 ◦ green 6 ◦ blue 28

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

Shades of Bordeaux #53061C

Tints of Bordeaux #53061C

RGB

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

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

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

R = 70.94%
G = 5.13%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53061C (or 0x53061C) is known color: Bordeaux. HEX triplet: 53, 06 and 1C. RGB value is (83,6,28). Sum of RGB (Red+Green+Blue) = 83+6+28=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #53061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53061C is #ACF9E3. Grayscale: #1F1F1F. Windows color (decimal): -11336164 or 1836627. OLE color: 1836627.

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

Color convert

RGB 83 6 28 -
CMYK 0 0.93 0.66 0.67
HSL 342.86º 0.87% 0.17% -
HSV(B) 342.86º 0.93% 0.33% -
XYZ 3.84 2.05 1.29 -
YUV 31.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 83 6 28 0 0.93 0.66 0.67 342.86 0.87 0.17
Hex 53 6 1C 0 5D 42 43 157 57 11
Octal 123 6 34 0 135 102 103 527 127 21
Binary 1010011 110 11100 0 1011101 1000010 1000011 101010111 1010111 10001

Color Harmonies of #53061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53061C

Black with #53061C

Text Example


Text Example

White with #53061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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