Html Css Color HEX #58222F Black Rose

📋 copy color: '#58222F'

red 88 ◦ green 34 ◦ blue 47

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

Shades of Black Rose #58222F

Tints of Black Rose #58222F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.81%

R = 52.07%
G = 20.12%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58222F (or 0x58222F) is known color: Black Rose. HEX triplet: 58, 22 and 2F. RGB value is (88,34,47). Sum of RGB (Red+Green+Blue) = 88+34+47=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58222F is #A7DDD0. Grayscale: #333333. Windows color (decimal): -11001297 or 3088984. OLE color: 3088984.

HSL color Cylindrical-coordinate representation of color #58222F: hue angle of 345.56º 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 #58222F is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 34 47 -
CMYK 0 0.61 0.47 0.65
HSL 345.56º 0.44% 0.24% -
HSV(B) 345.56º 0.61% 0.35% -
XYZ 5.11 3.42 3.08 -
YUV 51.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 88 34 47 0 0.61 0.47 0.65 345.56 0.44 0.24
Hex 58 22 2F 0 3D 2F 41 15A 2C 18
Octal 130 42 57 0 75 57 101 532 54 30
Binary 1011000 100010 101111 0 111101 101111 1000001 101011010 101100 11000

Color Harmonies of #58222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58222F

Black with #58222F

Text Example


Text Example

White with #58222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58222F; }

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

 H1.HeaderClassName
 {
   color: #58222F;
 }
 .AnyTagClassName
 {
   color: #58222F;
 }
</style>

background-color css

<style>
 a { background-color: #58222F; }

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

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

border-color css

<style>
 span { border-color: #58222F; }

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

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