Html Css Color HEX #58222D Black Rose

📋 copy color: '#58222D'

red 88 ◦ green 34 ◦ blue 45

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

Shades of Black Rose #58222D

Tints of Black Rose #58222D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.95%

R = 52.69%
G = 20.36%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58222D (or 0x58222D) is known color: Black Rose. HEX triplet: 58, 22 and 2D. RGB value is (88,34,45). Sum of RGB (Red+Green+Blue) = 88+34+45=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58222D is #A7DDD2. Grayscale: #333333. Windows color (decimal): -11001299 or 2957912. OLE color: 2957912.

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

Color convert

RGB 88 34 45 -
CMYK 0 0.61 0.49 0.65
HSL 347.78º 0.44% 0.24% -
HSV(B) 347.78º 0.61% 0.35% -
XYZ 5.07 3.41 2.87 -
YUV 51.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 88 34 45 0 0.61 0.49 0.65 347.78 0.44 0.24
Hex 58 22 2D 0 3D 31 41 15C 2C 18
Octal 130 42 55 0 75 61 101 534 54 30
Binary 1011000 100010 101101 0 111101 110001 1000001 101011100 101100 11000

Color Harmonies of #58222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58222D

Black with #58222D

Text Example


Text Example

White with #58222D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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