Html Css Color HEX #58242E Black Rose

📋 copy color: '#58242E'

red 88 ◦ green 36 ◦ blue 46

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

Shades of Black Rose #58242E

Tints of Black Rose #58242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.18%

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

R = 51.76%
G = 21.18%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58242E (or 0x58242E) is known color: Black Rose. HEX triplet: 58, 24 and 2E. RGB value is (88,36,46). Sum of RGB (Red+Green+Blue) = 88+36+46=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58242E is #A7DBD1. Grayscale: #343434. Windows color (decimal): -11000786 or 3023960. OLE color: 3023960.

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

Color convert

RGB 88 36 46 -
CMYK 0 0.59 0.48 0.65
HSL 348.46º 0.42% 0.24% -
HSV(B) 348.46º 0.59% 0.35% -
XYZ 5.15 3.53 3 -
YUV 52.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 88 36 46 0 0.59 0.48 0.65 348.46 0.42 0.24
Hex 58 24 2E 0 3B 30 41 15C 2A 18
Octal 130 44 56 0 73 60 101 534 52 30
Binary 1011000 100100 101110 0 111011 110000 1000001 101011100 101010 11000

Color Harmonies of #58242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58242E

Black with #58242E

Text Example


Text Example

White with #58242E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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