Html Css Color HEX #53090F Bordeaux

📋 copy color: '#53090F'

red 83 ◦ green 9 ◦ blue 15

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

Shades of Bordeaux #53090F

Tints of Bordeaux #53090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

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

R = 77.57%
G = 8.41%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53090F (or 0x53090F) is known color: Bordeaux. HEX triplet: 53, 09 and 0F. RGB value is (83,9,15). Sum of RGB (Red+Green+Blue) = 83+9+15=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #53090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53090F is #ACF6F0. Grayscale: #1F1F1F. Windows color (decimal): -11335409 or 985427. OLE color: 985427.

HSL color Cylindrical-coordinate representation of color #53090F: hue angle of 355.14º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53090F is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 9 15 -
CMYK 0 0.89 0.82 0.67
HSL 355.14º 0.8% 0.18% -
HSV(B) 355.14º 0.89% 0.33% -
XYZ 3.75 2.07 0.65 -
YUV 31.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 83 9 15 0 0.89 0.82 0.67 355.14 0.8 0.18
Hex 53 9 F 0 59 52 43 163 50 12
Octal 123 11 17 0 131 122 103 543 120 22
Binary 1010011 1001 1111 0 1011001 1010010 1000011 101100011 1010000 10010

Color Harmonies of #53090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53090F

Black with #53090F

Text Example


Text Example

White with #53090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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