Html Css Color HEX #58283E Black Rose

📋 copy color: '#58283E'

red 88 ◦ green 40 ◦ blue 62

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

Shades of Black Rose #58283E

Tints of Black Rose #58283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.63%

R = 46.32%
G = 21.05%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58283E (or 0x58283E) is known color: Black Rose. HEX triplet: 58, 28 and 3E. RGB value is (88,40,62). Sum of RGB (Red+Green+Blue) = 88+40+62=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #58283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58283E is #A7D7C1. Grayscale: #383838. Windows color (decimal): -10999746 or 4073560. OLE color: 4073560.

HSL color Cylindrical-coordinate representation of color #58283E: hue angle of 332.5º 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 #58283E is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 40 62 -
CMYK 0 0.55 0.30 0.65
HSL 332.5º 0.38% 0.25% -
HSV(B) 332.5º 0.55% 0.35% -
XYZ 5.65 3.94 5.02 -
YUV 56.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 88 40 62 0 0.55 0.30 0.65 332.5 0.38 0.25
Hex 58 28 3E 0 37 1E 41 14C 26 19
Octal 130 50 76 0 67 36 101 514 46 31
Binary 1011000 101000 111110 0 110111 11110 1000001 101001100 100110 11001

Color Harmonies of #58283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58283E

Black with #58283E

Text Example


Text Example

White with #58283E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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