Html Css Color HEX #58233A Black Rose

📋 copy color: '#58233A'

red 88 ◦ green 35 ◦ blue 58

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

Shades of Black Rose #58233A

Tints of Black Rose #58233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.34%

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

R = 48.62%
G = 19.34%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58233A (or 0x58233A) is known color: Black Rose. HEX triplet: 58, 23 and 3A. RGB value is (88,35,58). Sum of RGB (Red+Green+Blue) = 88+35+58=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58233A is #A7DCC5. Grayscale: #353535. Windows color (decimal): -11001030 or 3810136. OLE color: 3810136.

HSL color Cylindrical-coordinate representation of color #58233A: hue angle of 333.96º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58233A is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 58 -
CMYK 0 0.60 0.34 0.65
HSL 333.96º 0.43% 0.24% -
HSV(B) 333.96º 0.6% 0.35% -
XYZ 5.39 3.58 4.41 -
YUV 53.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 88 35 58 0 0.60 0.34 0.65 333.96 0.43 0.24
Hex 58 23 3A 0 3C 22 41 14E 2B 18
Octal 130 43 72 0 74 42 101 516 53 30
Binary 1011000 100011 111010 0 111100 100010 1000001 101001110 101011 11000

Color Harmonies of #58233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58233A

Black with #58233A

Text Example


Text Example

White with #58233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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