Html Css Color HEX #581019 Bordeaux

📋 copy color: '#581019'

red 88 ◦ green 16 ◦ blue 25

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

Shades of Bordeaux #581019

Tints of Bordeaux #581019

RGB

 RED value IS 88 (34.77% from 255) = 68.22%

 GREEN value IS 16 (6.64% from 255) = 12.4%

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 68.22%
G = 12.4%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#581019 (or 0x581019) is known color: Bordeaux. HEX triplet: 58, 10 and 19. RGB value is (88,16,25). Sum of RGB (Red+Green+Blue) = 88+16+25=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581019 is #A7EFE6. Grayscale: #262626. Windows color (decimal): -11005927 or 1642584. OLE color: 1642584.

HSL color Cylindrical-coordinate representation of color #581019: hue angle of 352.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581019 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 25 -
CMYK 0 0.82 0.72 0.65
HSL 352.5º 0.69% 0.2% -
HSV(B) 352.5º 0.82% 0.35% -
XYZ 4.39 2.52 1.17 -
YUV 38.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 88 16 25 0 0.82 0.72 0.65 352.5 0.69 0.2
Hex 58 10 19 0 52 48 41 160 45 14
Octal 130 20 31 0 122 110 101 540 105 24
Binary 1011000 10000 11001 0 1010010 1001000 1000001 101100000 1000101 10100

Color Harmonies of #581019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581019

Black with #581019

Text Example


Text Example

White with #581019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581019; }

 p { color: rgb(88,16,25); }

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

background-color css

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

 a { background-color: rgb(88,16,25); }

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

border-color css

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

 span { border-color: rgb(88,16,25); }

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