Html Css Color HEX #45334D Scarlet Gum

📋 copy color: '#45334D'

red 69 ◦ green 51 ◦ blue 77

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

Shades of Scarlet Gum #45334D

Tints of Scarlet Gum #45334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

 BLUE value IS 77 (30.47% from 255) = 39.09%

R = 35.03%
G = 25.89%
B = 39.09%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#45334D (or 0x45334D) is known color: Scarlet Gum. HEX triplet: 45, 33 and 4D. RGB value is (69,51,77). Sum of RGB (Red+Green+Blue) = 69+51+77=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #45334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45334D is #BACCB2. Grayscale: #3B3B3B. Windows color (decimal): -12242099 or 5059397. OLE color: 5059397.

HSL color Cylindrical-coordinate representation of color #45334D: hue angle of 281.54º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #45334D is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 51 77 -
CMYK 0.10 0.34 0 0.70
HSL 281.54º 0.2% 0.25% -
HSV(B) 281.54º 0.34% 0.3% -
XYZ 4.98 4.17 7.56 -
YUV 59.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 69 51 77 0.10 0.34 0 0.70 281.54 0.2 0.25
Hex 45 33 4D A 22 0 46 11A 14 19
Octal 105 63 115 12 42 0 106 432 24 31
Binary 1000101 110011 1001101 1010 100010 0 1000110 100011010 10100 11001

Color Harmonies of #45334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45334D

Black with #45334D

Text Example


Text Example

White with #45334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45334D; }

 p { color: rgb(69,51,77); }

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

background-color css

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

 a { background-color: rgb(69,51,77); }

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

border-color css

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

 span { border-color: rgb(69,51,77); }

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