Html Css Color HEX #58263C Black Rose

📋 copy color: '#58263C'

red 88 ◦ green 38 ◦ blue 60

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

Shades of Black Rose #58263C

Tints of Black Rose #58263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.43%

 BLUE value IS 60 (23.83% from 255) = 32.26%

R = 47.31%
G = 20.43%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58263C (or 0x58263C) is known color: Black Rose. HEX triplet: 58, 26 and 3C. RGB value is (88,38,60). Sum of RGB (Red+Green+Blue) = 88+38+60=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58263C is #A7D9C3. Grayscale: #373737. Windows color (decimal): -11000260 or 3941976. OLE color: 3941976.

HSL color Cylindrical-coordinate representation of color #58263C: hue angle of 333.6º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58263C is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 38 60 -
CMYK 0 0.57 0.32 0.65
HSL 333.6º 0.4% 0.25% -
HSV(B) 333.6º 0.57% 0.35% -
XYZ 5.53 3.79 4.71 -
YUV 55.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 88 38 60 0 0.57 0.32 0.65 333.6 0.4 0.25
Hex 58 26 3C 0 39 20 41 14E 28 19
Octal 130 46 74 0 71 40 101 516 50 31
Binary 1011000 100110 111100 0 111001 100000 1000001 101001110 101000 11001

Color Harmonies of #58263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58263C

Black with #58263C

Text Example


Text Example

White with #58263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58263C; }

 p { color: rgb(88,38,60); }

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

background-color css

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

 a { background-color: rgb(88,38,60); }

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

border-color css

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

 span { border-color: rgb(88,38,60); }

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