Html Css Color HEX #581323 Bordeaux

📋 copy color: '#581323'

red 88 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #581323

Tints of Bordeaux #581323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

 BLUE value IS 35 (14.06% from 255) = 24.65%

R = 61.97%
G = 13.38%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#581323 (or 0x581323) is known color: Bordeaux. HEX triplet: 58, 13 and 23. RGB value is (88,19,35). Sum of RGB (Red+Green+Blue) = 88+19+35=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #581323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581323 is #A7ECDC. Grayscale: #292929. Windows color (decimal): -11005149 or 2298712. OLE color: 2298712.

HSL color Cylindrical-coordinate representation of color #581323: hue angle of 346.09º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581323 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 35 -
CMYK 0 0.78 0.60 0.65
HSL 346.09º 0.64% 0.21% -
HSV(B) 346.09º 0.78% 0.35% -
XYZ 4.56 2.66 1.86 -
YUV 41.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 88 19 35 0 0.78 0.60 0.65 346.09 0.64 0.21
Hex 58 13 23 0 4E 3C 41 15A 40 15
Octal 130 23 43 0 116 74 101 532 100 25
Binary 1011000 10011 100011 0 1001110 111100 1000001 101011010 1000000 10101

Color Harmonies of #581323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581323

Black with #581323

Text Example


Text Example

White with #581323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581323; }

 p { color: rgb(88,19,35); }

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

background-color css

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

 a { background-color: rgb(88,19,35); }

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

border-color css

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

 span { border-color: rgb(88,19,35); }

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