Html Css Color HEX #58243A Black Rose

📋 copy color: '#58243A'

red 88 ◦ green 36 ◦ blue 58

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

Shades of Black Rose #58243A

Tints of Black Rose #58243A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.87%

R = 48.35%
G = 19.78%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58243A (or 0x58243A) is known color: Black Rose. HEX triplet: 58, 24 and 3A. RGB value is (88,36,58). Sum of RGB (Red+Green+Blue) = 88+36+58=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58243A is #A7DBC5. Grayscale: #363636. Windows color (decimal): -11000774 or 3810392. OLE color: 3810392.

HSL color Cylindrical-coordinate representation of color #58243A: hue angle of 334.62º 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 #58243A is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 36 58 -
CMYK 0 0.59 0.34 0.65
HSL 334.62º 0.42% 0.24% -
HSV(B) 334.62º 0.59% 0.35% -
XYZ 5.42 3.64 4.42 -
YUV 54.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 88 36 58 0 0.59 0.34 0.65 334.62 0.42 0.24
Hex 58 24 3A 0 3B 22 41 14F 2A 18
Octal 130 44 72 0 73 42 101 517 52 30
Binary 1011000 100100 111010 0 111011 100010 1000001 101001111 101010 11000

Color Harmonies of #58243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58243A

Black with #58243A

Text Example


Text Example

White with #58243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58243A; }

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

 H1.HeaderClassName
 {
   color: #58243A;
 }
 .AnyTagClassName
 {
   color: #58243A;
 }
</style>

background-color css

<style>
 a { background-color: #58243A; }

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

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

border-color css

<style>
 span { border-color: #58243A; }

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

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