Html Css Color HEX #582234 Black Rose

📋 copy color: '#582234'

red 88 ◦ green 34 ◦ blue 52

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

Shades of Black Rose #582234

Tints of Black Rose #582234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 29.89%

R = 50.57%
G = 19.54%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#582234 (or 0x582234) is known color: Black Rose. HEX triplet: 58, 22 and 34. RGB value is (88,34,52). Sum of RGB (Red+Green+Blue) = 88+34+52=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #582234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582234 is #A7DDCB. Grayscale: #343434. Windows color (decimal): -11001292 or 3416664. OLE color: 3416664.

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

Color convert

RGB 88 34 52 -
CMYK 0 0.61 0.41 0.65
HSL 340º 0.44% 0.24% -
HSV(B) 340º 0.61% 0.35% -
XYZ 5.22 3.47 3.64 -
YUV 52.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 88 34 52 0 0.61 0.41 0.65 340 0.44 0.24
Hex 58 22 34 0 3D 29 41 154 2C 18
Octal 130 42 64 0 75 51 101 524 54 30
Binary 1011000 100010 110100 0 111101 101001 1000001 101010100 101100 11000

Color Harmonies of #582234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582234

Black with #582234

Text Example


Text Example

White with #582234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582234; }

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

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

background-color css

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

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

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

border-color css

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

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

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