Html Css Color HEX #582267 Scarlet Gum

📋 copy color: '#582267'

red 88 ◦ green 34 ◦ blue 103

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

Shades of Scarlet Gum #582267

Tints of Scarlet Gum #582267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.78%

R = 39.11%
G = 15.11%
B = 45.78%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#582267 (or 0x582267) is known color: Scarlet Gum. HEX triplet: 58, 22 and 67. RGB value is (88,34,103). Sum of RGB (Red+Green+Blue) = 88+34+103=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #582267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582267 is #A7DD98. Grayscale: #393939. Windows color (decimal): -11001241 or 6759000. OLE color: 6759000.

HSL color Cylindrical-coordinate representation of color #582267: hue angle of 286.96º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #582267 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 34 103 -
CMYK 0.15 0.67 0 0.60
HSL 286.96º 0.5% 0.27% -
HSV(B) 286.96º 0.67% 0.4% -
XYZ 7.04 4.2 13.27 -
YUV 58.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 88 34 103 0.15 0.67 0 0.60 286.96 0.5 0.27
Hex 58 22 67 F 43 0 3C 11F 32 1B
Octal 130 42 147 17 103 0 74 437 62 33
Binary 1011000 100010 1100111 1111 1000011 0 111100 100011111 110010 11011

Color Harmonies of #582267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582267

Black with #582267

Text Example


Text Example

White with #582267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582267; }

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

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

background-color css

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

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

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

border-color css

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

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

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