Html Css Color HEX #581F2C Black Rose

📋 copy color: '#581F2C'

red 88 ◦ green 31 ◦ blue 44

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

Shades of Black Rose #581F2C

Tints of Black Rose #581F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.02%

 BLUE value IS 44 (17.58% from 255) = 26.99%

R = 53.99%
G = 19.02%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#581F2C (or 0x581F2C) is known color: Black Rose. HEX triplet: 58, 1F and 2C. RGB value is (88,31,44). Sum of RGB (Red+Green+Blue) = 88+31+44=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #581F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F2C is #A7E0D3. Grayscale: #313131. Windows color (decimal): -11002068 or 2891608. OLE color: 2891608.

HSL color Cylindrical-coordinate representation of color #581F2C: hue angle of 346.32º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #581F2C is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 31 44 -
CMYK 0 0.65 0.5 0.65
HSL 346.32º 0.48% 0.23% -
HSV(B) 346.32º 0.65% 0.35% -
XYZ 4.97 3.24 2.75 -
YUV 49.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 88 31 44 0 0.65 0.5 0.65 346.32 0.48 0.23
Hex 58 1F 2C 0 41 32 41 15A 30 17
Octal 130 37 54 0 101 62 101 532 60 27
Binary 1011000 11111 101100 0 1000001 110010 1000001 101011010 110000 10111

Color Harmonies of #581F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F2C

Black with #581F2C

Text Example


Text Example

White with #581F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,31,44); }

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

background-color css

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

 a { background-color: rgb(88,31,44); }

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

border-color css

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

 span { border-color: rgb(88,31,44); }

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