Html Css Color HEX #58222E Black Rose

📋 copy color: '#58222E'

red 88 ◦ green 34 ◦ blue 46

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

Shades of Black Rose #58222E

Tints of Black Rose #58222E

RGB

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

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

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

R = 52.38%
G = 20.24%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58222E (or 0x58222E) is known color: Black Rose. HEX triplet: 58, 22 and 2E. RGB value is (88,34,46). Sum of RGB (Red+Green+Blue) = 88+34+46=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58222E is #A7DDD1. Grayscale: #333333. Windows color (decimal): -11001298 or 3023448. OLE color: 3023448.

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

Color convert

RGB 88 34 46 -
CMYK 0 0.61 0.48 0.65
HSL 346.67º 0.44% 0.24% -
HSV(B) 346.67º 0.61% 0.35% -
XYZ 5.09 3.42 2.98 -
YUV 51.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 88 34 46 0 0.61 0.48 0.65 346.67 0.44 0.24
Hex 58 22 2E 0 3D 30 41 15B 2C 18
Octal 130 42 56 0 75 60 101 533 54 30
Binary 1011000 100010 101110 0 111101 110000 1000001 101011011 101100 11000

Color Harmonies of #58222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58222E

Black with #58222E

Text Example


Text Example

White with #58222E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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