Html Css Color HEX #481567 Scarlet Gum

📋 copy color: '#481567'

red 72 ◦ green 21 ◦ blue 103

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

Shades of Scarlet Gum #481567

Tints of Scarlet Gum #481567

RGB

 RED value IS 72 (28.52% from 255) = 36.73%

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 36.73%
G = 10.71%
B = 52.55%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#481567 (or 0x481567) is known color: Scarlet Gum. HEX triplet: 48, 15 and 67. RGB value is (72,21,103). Sum of RGB (Red+Green+Blue) = 72+21+103=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #481567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481567 is #B7EA98. Grayscale: #2D2D2D. Windows color (decimal): -12053145 or 6755656. OLE color: 6755656.

HSL color Cylindrical-coordinate representation of color #481567: hue angle of 277.32º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481567 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 21 103 -
CMYK 0.30 0.80 0 0.60
HSL 277.32º 0.66% 0.24% -
HSV(B) 277.32º 0.8% 0.4% -
XYZ 5.39 2.89 13.11 -
YUV 45.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 72 21 103 0.30 0.80 0 0.60 277.32 0.66 0.24
Hex 48 15 67 1E 50 0 3C 115 42 18
Octal 110 25 147 36 120 0 74 425 102 30
Binary 1001000 10101 1100111 11110 1010000 0 111100 100010101 1000010 11000

Color Harmonies of #481567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481567

Black with #481567

Text Example


Text Example

White with #481567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481567; }

 p { color: rgb(72,21,103); }

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

background-color css

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

 a { background-color: rgb(72,21,103); }

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

border-color css

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

 span { border-color: rgb(72,21,103); }

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