Html Css Color HEX #56030F Bordeaux

📋 copy color: '#56030F'

red 86 ◦ green 3 ◦ blue 15

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

Shades of Bordeaux #56030F

Tints of Bordeaux #56030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

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

R = 82.69%
G = 2.88%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#56030F (or 0x56030F) is known color: Bordeaux. HEX triplet: 56, 03 and 0F. RGB value is (86,3,15). Sum of RGB (Red+Green+Blue) = 86+3+15=104 (13% of max value = 765). Red value is 86 (33.98% from 255 or 82.69% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 86 - color contains mainly: red. Hex color #56030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56030F is #A9FCF0. Grayscale: #1D1D1D. Windows color (decimal): -11140337 or 983894. OLE color: 983894.

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

Color convert

RGB 86 3 15 -
CMYK 0 0.97 0.83 0.66
HSL 351.33º 0.93% 0.17% -
HSV(B) 351.33º 0.97% 0.34% -
XYZ 3.96 2.08 0.64 -
YUV 29.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 86 3 15 0 0.97 0.83 0.66 351.33 0.93 0.17
Hex 56 3 F 0 61 53 42 15F 5D 11
Octal 126 3 17 0 141 123 102 537 135 21
Binary 1010110 11 1111 0 1100001 1010011 1000010 101011111 1011101 10001

Color Harmonies of #56030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56030F

Black with #56030F

Text Example


Text Example

White with #56030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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