Html Css Color HEX #45354B Scarlet Gum

📋 copy color: '#45354B'

red 69 ◦ green 53 ◦ blue 75

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

Shades of Scarlet Gum #45354B

Tints of Scarlet Gum #45354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.9%

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 35.03%
G = 26.9%
B = 38.07%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#45354B (or 0x45354B) is known color: Scarlet Gum. HEX triplet: 45, 35 and 4B. RGB value is (69,53,75). Sum of RGB (Red+Green+Blue) = 69+53+75=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #45354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45354B is #BACAB4. Grayscale: #3C3C3C. Windows color (decimal): -12241589 or 4928837. OLE color: 4928837.

HSL color Cylindrical-coordinate representation of color #45354B: hue angle of 283.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45354B is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 53 75 -
CMYK 0.08 0.29 0 0.71
HSL 283.64º 0.17% 0.25% -
HSV(B) 283.64º 0.29% 0.29% -
XYZ 5 4.32 7.23 -
YUV 60.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 69 53 75 0.08 0.29 0 0.71 283.64 0.17 0.25
Hex 45 35 4B 8 1D 0 47 11C 11 19
Octal 105 65 113 10 35 0 107 434 21 31
Binary 1000101 110101 1001011 1000 11101 0 1000111 100011100 10001 11001

Color Harmonies of #45354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45354B

Black with #45354B

Text Example


Text Example

White with #45354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45354B; }

 p { color: rgb(69,53,75); }

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

background-color css

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

 a { background-color: rgb(69,53,75); }

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

border-color css

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

 span { border-color: rgb(69,53,75); }

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