Html Css Color HEX #56021F Bordeaux

📋 copy color: '#56021F'

red 86 ◦ green 2 ◦ blue 31

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

Shades of Bordeaux #56021F

Tints of Bordeaux #56021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.68%

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 72.27%
G = 1.68%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56021F (or 0x56021F) is known color: Bordeaux. HEX triplet: 56, 02 and 1F. RGB value is (86,2,31). Sum of RGB (Red+Green+Blue) = 86+2+31=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #56021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56021F is #A9FDE0. Grayscale: #1E1E1E. Windows color (decimal): -11140577 or 2032214. OLE color: 2032214.

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

Color convert

RGB 86 2 31 -
CMYK 0 0.98 0.64 0.66
HSL 339.29º 0.95% 0.17% -
HSV(B) 339.29º 0.98% 0.34% -
XYZ 4.11 2.12 1.49 -
YUV 30.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 86 2 31 0 0.98 0.64 0.66 339.29 0.95 0.17
Hex 56 2 1F 0 62 40 42 153 5F 11
Octal 126 2 37 0 142 100 102 523 137 21
Binary 1010110 10 11111 0 1100010 1000000 1000010 101010011 1011111 10001

Color Harmonies of #56021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56021F

Black with #56021F

Text Example


Text Example

White with #56021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,2,31); }

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

background-color css

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

 a { background-color: rgb(86,2,31); }

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

border-color css

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

 span { border-color: rgb(86,2,31); }

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