Html Css Color HEX #452253 Scarlet Gum

📋 copy color: '#452253'

red 69 ◦ green 34 ◦ blue 83

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

Shades of Scarlet Gum #452253

Tints of Scarlet Gum #452253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.62%

R = 37.1%
G = 18.28%
B = 44.62%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#452253 (or 0x452253) is known color: Scarlet Gum. HEX triplet: 45, 22 and 53. RGB value is (69,34,83). Sum of RGB (Red+Green+Blue) = 69+34+83=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #452253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452253 is #BADDAC. Grayscale: #313131. Windows color (decimal): -12246445 or 5448261. OLE color: 5448261.

HSL color Cylindrical-coordinate representation of color #452253: hue angle of 282.86º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #452253 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 34 83 -
CMYK 0.17 0.59 0 0.67
HSL 282.86º 0.42% 0.23% -
HSV(B) 282.86º 0.59% 0.33% -
XYZ 4.59 3.03 8.53 -
YUV 50.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 69 34 83 0.17 0.59 0 0.67 282.86 0.42 0.23
Hex 45 22 53 11 3B 0 43 11B 2A 17
Octal 105 42 123 21 73 0 103 433 52 27
Binary 1000101 100010 1010011 10001 111011 0 1000011 100011011 101010 10111

Color Harmonies of #452253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452253

Black with #452253

Text Example


Text Example

White with #452253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452253; }

 p { color: rgb(69,34,83); }

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

background-color css

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

 a { background-color: rgb(69,34,83); }

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

border-color css

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

 span { border-color: rgb(69,34,83); }

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