Html Css Color HEX #581B2D Black Rose

📋 copy color: '#581B2D'

red 88 ◦ green 27 ◦ blue 45

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

Shades of Black Rose #581B2D

Tints of Black Rose #581B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.88%

 BLUE value IS 45 (17.97% from 255) = 28.13%

R = 55%
G = 16.88%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#581B2D (or 0x581B2D) is known color: Black Rose. HEX triplet: 58, 1B and 2D. RGB value is (88,27,45). Sum of RGB (Red+Green+Blue) = 88+27+45=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #581B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B2D is #A7E4D2. Grayscale: #2F2F2F. Windows color (decimal): -11003091 or 2956120. OLE color: 2956120.

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

Color convert

RGB 88 27 45 -
CMYK 0 0.69 0.49 0.65
HSL 342.3º 0.53% 0.23% -
HSV(B) 342.3º 0.69% 0.35% -
XYZ 4.89 3.05 2.81 -
YUV 47.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 88 27 45 0 0.69 0.49 0.65 342.3 0.53 0.23
Hex 58 1B 2D 0 45 31 41 156 35 17
Octal 130 33 55 0 105 61 101 526 65 27
Binary 1011000 11011 101101 0 1000101 110001 1000001 101010110 110101 10111

Color Harmonies of #581B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B2D

Black with #581B2D

Text Example


Text Example

White with #581B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,27,45); }

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

background-color css

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

 a { background-color: rgb(88,27,45); }

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

border-color css

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

 span { border-color: rgb(88,27,45); }

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