Html Css Color HEX #55031F Bordeaux

📋 copy color: '#55031F'

red 85 ◦ green 3 ◦ blue 31

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

Shades of Bordeaux #55031F

Tints of Bordeaux #55031F

RGB

 RED value IS 85 (33.59% from 255) = 71.43%

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

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

R = 71.43%
G = 2.52%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55031F (or 0x55031F) is known color: Bordeaux. HEX triplet: 55, 03 and 1F. RGB value is (85,3,31). Sum of RGB (Red+Green+Blue) = 85+3+31=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #55031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55031F is #AAFCE0. Grayscale: #1E1E1E. Windows color (decimal): -11205857 or 2032469. OLE color: 2032469.

HSL color Cylindrical-coordinate representation of color #55031F: hue angle of 339.51º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55031F is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 3 31 -
CMYK 0 0.96 0.64 0.67
HSL 339.51º 0.93% 0.17% -
HSV(B) 339.51º 0.96% 0.33% -
XYZ 4.03 2.1 1.49 -
YUV 30.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 85 3 31 0 0.96 0.64 0.67 339.51 0.93 0.17
Hex 55 3 1F 0 60 40 43 154 5D 11
Octal 125 3 37 0 140 100 103 524 135 21
Binary 1010101 11 11111 0 1100000 1000000 1000011 101010100 1011101 10001

Color Harmonies of #55031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55031F

Black with #55031F

Text Example


Text Example

White with #55031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,3,31); }

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

background-color css

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

 a { background-color: rgb(85,3,31); }

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

border-color css

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

 span { border-color: rgb(85,3,31); }

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