Html Css Color HEX #582236 Black Rose

📋 copy color: '#582236'

red 88 ◦ green 34 ◦ blue 54

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

Shades of Black Rose #582236

Tints of Black Rose #582236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.68%

R = 50%
G = 19.32%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#582236 (or 0x582236) is known color: Black Rose. HEX triplet: 58, 22 and 36. RGB value is (88,34,54). Sum of RGB (Red+Green+Blue) = 88+34+54=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #582236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582236 is #A7DDC9. Grayscale: #343434. Windows color (decimal): -11001290 or 3547736. OLE color: 3547736.

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

Color convert

RGB 88 34 54 -
CMYK 0 0.61 0.39 0.65
HSL 337.78º 0.44% 0.24% -
HSV(B) 337.78º 0.61% 0.35% -
XYZ 5.26 3.49 3.89 -
YUV 52.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 88 34 54 0 0.61 0.39 0.65 337.78 0.44 0.24
Hex 58 22 36 0 3D 27 41 152 2C 18
Octal 130 42 66 0 75 47 101 522 54 30
Binary 1011000 100010 110110 0 111101 100111 1000001 101010010 101100 11000

Color Harmonies of #582236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582236

Black with #582236

Text Example


Text Example

White with #582236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582236; }

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

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

background-color css

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

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

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

border-color css

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

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

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