Html Css Color HEX #58182E Black Rose

📋 copy color: '#58182E'

red 88 ◦ green 24 ◦ blue 46

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

Shades of Black Rose #58182E

Tints of Black Rose #58182E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

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

R = 55.7%
G = 15.19%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58182E (or 0x58182E) is known color: Black Rose. HEX triplet: 58, 18 and 2E. RGB value is (88,24,46). Sum of RGB (Red+Green+Blue) = 88+24+46=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #58182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58182E is #A7E7D1. Grayscale: #2D2D2D. Windows color (decimal): -11003858 or 3020888. OLE color: 3020888.

HSL color Cylindrical-coordinate representation of color #58182E: hue angle of 339.38º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58182E is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 24 46 -
CMYK 0 0.73 0.48 0.65
HSL 339.38º 0.57% 0.22% -
HSV(B) 339.38º 0.73% 0.35% -
XYZ 4.84 2.93 2.89 -
YUV 45.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 88 24 46 0 0.73 0.48 0.65 339.38 0.57 0.22
Hex 58 18 2E 0 49 30 41 153 39 16
Octal 130 30 56 0 111 60 101 523 71 26
Binary 1011000 11000 101110 0 1001001 110000 1000001 101010011 111001 10110

Color Harmonies of #58182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58182E

Black with #58182E

Text Example


Text Example

White with #58182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58182E; }

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

 H1.HeaderClassName
 {
   color: #58182E;
 }
 .AnyTagClassName
 {
   color: #58182E;
 }
</style>

background-color css

<style>
 a { background-color: #58182E; }

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

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

border-color css

<style>
 span { border-color: #58182E; }

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

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