Html Css Color HEX #58283B Black Rose

📋 copy color: '#58283B'

red 88 ◦ green 40 ◦ blue 59

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

Shades of Black Rose #58283B

Tints of Black Rose #58283B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.39%

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 47.06%
G = 21.39%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58283B (or 0x58283B) is known color: Black Rose. HEX triplet: 58, 28 and 3B. RGB value is (88,40,59). Sum of RGB (Red+Green+Blue) = 88+40+59=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58283B is #A7D7C4. Grayscale: #383838. Windows color (decimal): -10999749 or 3876952. OLE color: 3876952.

HSL color Cylindrical-coordinate representation of color #58283B: hue angle of 336.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58283B is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 40 59 -
CMYK 0 0.55 0.33 0.65
HSL 336.25º 0.38% 0.25% -
HSV(B) 336.25º 0.55% 0.35% -
XYZ 5.57 3.91 4.6 -
YUV 56.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 88 40 59 0 0.55 0.33 0.65 336.25 0.38 0.25
Hex 58 28 3B 0 37 21 41 150 26 19
Octal 130 50 73 0 67 41 101 520 46 31
Binary 1011000 101000 111011 0 110111 100001 1000001 101010000 100110 11001

Color Harmonies of #58283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58283B

Black with #58283B

Text Example


Text Example

White with #58283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58283B; }

 p { color: rgb(88,40,59); }

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

background-color css

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

 a { background-color: rgb(88,40,59); }

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

border-color css

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

 span { border-color: rgb(88,40,59); }

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