Html Css Color HEX #581F2E Black Rose

📋 copy color: '#581F2E'

red 88 ◦ green 31 ◦ blue 46

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

Shades of Black Rose #581F2E

Tints of Black Rose #581F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.88%

R = 53.33%
G = 18.79%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#581F2E (or 0x581F2E) is known color: Black Rose. HEX triplet: 58, 1F and 2E. RGB value is (88,31,46). Sum of RGB (Red+Green+Blue) = 88+31+46=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #581F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F2E is #A7E0D1. Grayscale: #313131. Windows color (decimal): -11002066 or 3022680. OLE color: 3022680.

HSL color Cylindrical-coordinate representation of color #581F2E: hue angle of 344.21º 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 #581F2E is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 31 46 -
CMYK 0 0.65 0.48 0.65
HSL 344.21º 0.48% 0.23% -
HSV(B) 344.21º 0.65% 0.35% -
XYZ 5.01 3.25 2.95 -
YUV 49.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 88 31 46 0 0.65 0.48 0.65 344.21 0.48 0.23
Hex 58 1F 2E 0 41 30 41 158 30 17
Octal 130 37 56 0 101 60 101 530 60 27
Binary 1011000 11111 101110 0 1000001 110000 1000001 101011000 110000 10111

Color Harmonies of #581F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F2E

Black with #581F2E

Text Example


Text Example

White with #581F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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