Html Css Color HEX #581C2C Black Rose

📋 copy color: '#581C2C'

red 88 ◦ green 28 ◦ blue 44

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

Shades of Black Rose #581C2C

Tints of Black Rose #581C2C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.5%

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

R = 55%
G = 17.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#581C2C (or 0x581C2C) is known color: Black Rose. HEX triplet: 58, 1C and 2C. RGB value is (88,28,44). Sum of RGB (Red+Green+Blue) = 88+28+44=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #581C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C2C is #A7E3D3. Grayscale: #2F2F2F. Windows color (decimal): -11002836 or 2890840. OLE color: 2890840.

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

Color convert

RGB 88 28 44 -
CMYK 0 0.68 0.5 0.65
HSL 344º 0.52% 0.23% -
HSV(B) 344º 0.68% 0.35% -
XYZ 4.89 3.09 2.72 -
YUV 47.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 88 28 44 0 0.68 0.5 0.65 344 0.52 0.23
Hex 58 1C 2C 0 44 32 41 158 34 17
Octal 130 34 54 0 104 62 101 530 64 27
Binary 1011000 11100 101100 0 1000100 110010 1000001 101011000 110100 10111

Color Harmonies of #581C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C2C

Black with #581C2C

Text Example


Text Example

White with #581C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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