Html Css Color HEX #58223A Black Rose

📋 copy color: '#58223A'

red 88 ◦ green 34 ◦ blue 58

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

Shades of Black Rose #58223A

Tints of Black Rose #58223A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.89%

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

R = 48.89%
G = 18.89%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58223A (or 0x58223A) is known color: Black Rose. HEX triplet: 58, 22 and 3A. RGB value is (88,34,58). Sum of RGB (Red+Green+Blue) = 88+34+58=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58223A is #A7DDC5. Grayscale: #343434. Windows color (decimal): -11001286 or 3809880. OLE color: 3809880.

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

Color convert

RGB 88 34 58 -
CMYK 0 0.61 0.34 0.65
HSL 333.33º 0.44% 0.24% -
HSV(B) 333.33º 0.61% 0.35% -
XYZ 5.36 3.52 4.4 -
YUV 52.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 88 34 58 0 0.61 0.34 0.65 333.33 0.44 0.24
Hex 58 22 3A 0 3D 22 41 14D 2C 18
Octal 130 42 72 0 75 42 101 515 54 30
Binary 1011000 100010 111010 0 111101 100010 1000001 101001101 101100 11000

Color Harmonies of #58223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58223A

Black with #58223A

Text Example


Text Example

White with #58223A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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