Html Css Color HEX #452353 Scarlet Gum

📋 copy color: '#452353'

red 69 ◦ green 35 ◦ blue 83

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

Shades of Scarlet Gum #452353

Tints of Scarlet Gum #452353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

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

R = 36.9%
G = 18.72%
B = 44.39%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#452353 (or 0x452353) is known color: Scarlet Gum. HEX triplet: 45, 23 and 53. RGB value is (69,35,83). Sum of RGB (Red+Green+Blue) = 69+35+83=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #452353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452353 is #BADCAC. Grayscale: #323232. Windows color (decimal): -12246189 or 5448517. OLE color: 5448517.

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

Color convert

RGB 69 35 83 -
CMYK 0.17 0.58 0 0.67
HSL 282.5º 0.41% 0.23% -
HSV(B) 282.5º 0.58% 0.33% -
XYZ 4.62 3.09 8.54 -
YUV 50.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 69 35 83 0.17 0.58 0 0.67 282.5 0.41 0.23
Hex 45 23 53 11 3A 0 43 11A 29 17
Octal 105 43 123 21 72 0 103 432 51 27
Binary 1000101 100011 1010011 10001 111010 0 1000011 100011010 101001 10111

Color Harmonies of #452353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452353

Black with #452353

Text Example


Text Example

White with #452353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452353; }

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

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

background-color css

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

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

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

border-color css

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

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

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