Html Css Color HEX #53060F Bordeaux

📋 copy color: '#53060F'

red 83 ◦ green 6 ◦ blue 15

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

Shades of Bordeaux #53060F

Tints of Bordeaux #53060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.42%

R = 79.81%
G = 5.77%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53060F (or 0x53060F) is known color: Bordeaux. HEX triplet: 53, 06 and 0F. RGB value is (83,6,15). Sum of RGB (Red+Green+Blue) = 83+6+15=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #53060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53060F is #ACF9F0. Grayscale: #1E1E1E. Windows color (decimal): -11336177 or 984659. OLE color: 984659.

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

Color convert

RGB 83 6 15 -
CMYK 0 0.93 0.82 0.67
HSL 352.99º 0.87% 0.17% -
HSV(B) 352.99º 0.93% 0.33% -
XYZ 3.72 2 0.64 -
YUV 30.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 83 6 15 0 0.93 0.82 0.67 352.99 0.87 0.17
Hex 53 6 F 0 5D 52 43 161 57 11
Octal 123 6 17 0 135 122 103 541 127 21
Binary 1010011 110 1111 0 1011101 1010010 1000011 101100001 1010111 10001

Color Harmonies of #53060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53060F

Black with #53060F

Text Example


Text Example

White with #53060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53060F; }

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

 H1.HeaderClassName
 {
   color: #53060F;
 }
 .AnyTagClassName
 {
   color: #53060F;
 }
</style>

background-color css

<style>
 a { background-color: #53060F; }

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

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

border-color css

<style>
 span { border-color: #53060F; }

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

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