Html Css Color HEX #56050F Bordeaux

📋 copy color: '#56050F'

red 86 ◦ green 5 ◦ blue 15

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

Shades of Bordeaux #56050F

Tints of Bordeaux #56050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.72%

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

R = 81.13%
G = 4.72%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#56050F (or 0x56050F) is known color: Bordeaux. HEX triplet: 56, 05 and 0F. RGB value is (86,5,15). Sum of RGB (Red+Green+Blue) = 86+5+15=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #56050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56050F is #A9FAF0. Grayscale: #1E1E1E. Windows color (decimal): -11139825 or 984406. OLE color: 984406.

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

Color convert

RGB 86 5 15 -
CMYK 0 0.94 0.83 0.66
HSL 352.59º 0.89% 0.18% -
HSV(B) 352.59º 0.94% 0.34% -
XYZ 3.98 2.12 0.65 -
YUV 30.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 86 5 15 0 0.94 0.83 0.66 352.59 0.89 0.18
Hex 56 5 F 0 5E 53 42 161 59 12
Octal 126 5 17 0 136 123 102 541 131 22
Binary 1010110 101 1111 0 1011110 1010011 1000010 101100001 1011001 10010

Color Harmonies of #56050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56050F

Black with #56050F

Text Example


Text Example

White with #56050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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