Html Css Color HEX #56070F Bordeaux

📋 copy color: '#56070F'

red 86 ◦ green 7 ◦ blue 15

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

Shades of Bordeaux #56070F

Tints of Bordeaux #56070F

RGB

 RED value IS 86 (33.98% from 255) = 79.63%

 GREEN value IS 7 (3.13% from 255) = 6.48%

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

R = 79.63%
G = 6.48%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#56070F (or 0x56070F) is known color: Bordeaux. HEX triplet: 56, 07 and 0F. RGB value is (86,7,15). Sum of RGB (Red+Green+Blue) = 86+7+15=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #56070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56070F is #A9F8F0. Grayscale: #1F1F1F. Windows color (decimal): -11139313 or 984918. OLE color: 984918.

HSL color Cylindrical-coordinate representation of color #56070F: hue angle of 353.92º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56070F is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 7 15 -
CMYK 0 0.92 0.83 0.66
HSL 353.92º 0.85% 0.18% -
HSV(B) 353.92º 0.92% 0.34% -
XYZ 4 2.16 0.66 -
YUV 31.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 86 7 15 0 0.92 0.83 0.66 353.92 0.85 0.18
Hex 56 7 F 0 5C 53 42 162 55 12
Octal 126 7 17 0 134 123 102 542 125 22
Binary 1010110 111 1111 0 1011100 1010011 1000010 101100010 1010101 10010

Color Harmonies of #56070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56070F

Black with #56070F

Text Example


Text Example

White with #56070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,7,15); }

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

background-color css

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

 a { background-color: rgb(86,7,15); }

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

border-color css

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

 span { border-color: rgb(86,7,15); }

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