Html Css Color HEX #581D2F Black Rose

📋 copy color: '#581D2F'

red 88 ◦ green 29 ◦ blue 47

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

Shades of Black Rose #581D2F

Tints of Black Rose #581D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.68%

 BLUE value IS 47 (18.75% from 255) = 28.66%

R = 53.66%
G = 17.68%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#581D2F (or 0x581D2F) is known color: Black Rose. HEX triplet: 58, 1D and 2F. RGB value is (88,29,47). Sum of RGB (Red+Green+Blue) = 88+29+47=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #581D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D2F is #A7E2D0. Grayscale: #303030. Windows color (decimal): -11002577 or 3087704. OLE color: 3087704.

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

Color convert

RGB 88 29 47 -
CMYK 0 0.67 0.47 0.65
HSL 341.69º 0.5% 0.23% -
HSV(B) 341.69º 0.67% 0.35% -
XYZ 4.98 3.16 3.04 -
YUV 48.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 88 29 47 0 0.67 0.47 0.65 341.69 0.5 0.23
Hex 58 1D 2F 0 43 2F 41 156 32 17
Octal 130 35 57 0 103 57 101 526 62 27
Binary 1011000 11101 101111 0 1000011 101111 1000001 101010110 110010 10111

Color Harmonies of #581D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D2F

Black with #581D2F

Text Example


Text Example

White with #581D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,29,47); }

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

background-color css

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

 a { background-color: rgb(88,29,47); }

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

border-color css

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

 span { border-color: rgb(88,29,47); }

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