Html Css Color HEX #581A2B Bordeaux

📋 copy color: '#581A2B'

red 88 ◦ green 26 ◦ blue 43

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

Shades of Bordeaux #581A2B

Tints of Bordeaux #581A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

 BLUE value IS 43 (17.19% from 255) = 27.39%

R = 56.05%
G = 16.56%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#581A2B (or 0x581A2B) is known color: Bordeaux. HEX triplet: 58, 1A and 2B. RGB value is (88,26,43). Sum of RGB (Red+Green+Blue) = 88+26+43=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #581A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A2B is #A7E5D4. Grayscale: #2E2E2E. Windows color (decimal): -11003349 or 2824792. OLE color: 2824792.

HSL color Cylindrical-coordinate representation of color #581A2B: hue angle of 343.55º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A2B is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 26 43 -
CMYK 0 0.70 0.51 0.65
HSL 343.55º 0.54% 0.22% -
HSV(B) 343.55º 0.7% 0.35% -
XYZ 4.83 2.99 2.61 -
YUV 46.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 88 26 43 0 0.70 0.51 0.65 343.55 0.54 0.22
Hex 58 1A 2B 0 46 33 41 158 36 16
Octal 130 32 53 0 106 63 101 530 66 26
Binary 1011000 11010 101011 0 1000110 110011 1000001 101011000 110110 10110

Color Harmonies of #581A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A2B

Black with #581A2B

Text Example


Text Example

White with #581A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581A2B; }

 p { color: rgb(88,26,43); }

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

background-color css

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

 a { background-color: rgb(88,26,43); }

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

border-color css

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

 span { border-color: rgb(88,26,43); }

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