Html Css Color HEX #45125E Scarlet Gum

📋 copy color: '#45125E'

red 69 ◦ green 18 ◦ blue 94

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

Shades of Scarlet Gum #45125E

Tints of Scarlet Gum #45125E

RGB

 RED value IS 69 (27.34% from 255) = 38.12%

 GREEN value IS 18 (7.42% from 255) = 9.94%

 BLUE value IS 94 (37.11% from 255) = 51.93%

R = 38.12%
G = 9.94%
B = 51.93%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#45125E (or 0x45125E) is known color: Scarlet Gum. HEX triplet: 45, 12 and 5E. RGB value is (69,18,94). Sum of RGB (Red+Green+Blue) = 69+18+94=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #45125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45125E is #BAEDA1. Grayscale: #292929. Windows color (decimal): -12250530 or 6165061. OLE color: 6165061.

HSL color Cylindrical-coordinate representation of color #45125E: hue angle of 280.26º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45125E is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 18 94 -
CMYK 0.27 0.81 0 0.63
HSL 280.26º 0.68% 0.22% -
HSV(B) 280.26º 0.81% 0.37% -
XYZ 4.69 2.51 10.83 -
YUV 41.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 69 18 94 0.27 0.81 0 0.63 280.26 0.68 0.22
Hex 45 12 5E 1B 51 0 3F 118 44 16
Octal 105 22 136 33 121 0 77 430 104 26
Binary 1000101 10010 1011110 11011 1010001 0 111111 100011000 1000100 10110

Color Harmonies of #45125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45125E

Black with #45125E

Text Example


Text Example

White with #45125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,18,94); }

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

background-color css

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

 a { background-color: rgb(69,18,94); }

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

border-color css

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

 span { border-color: rgb(69,18,94); }

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