Html Css Color HEX #45334B Scarlet Gum

📋 copy color: '#45334B'

red 69 ◦ green 51 ◦ blue 75

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

Shades of Scarlet Gum #45334B

Tints of Scarlet Gum #45334B

RGB

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

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

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

R = 35.38%
G = 26.15%
B = 38.46%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#45334B (or 0x45334B) is known color: Scarlet Gum. HEX triplet: 45, 33 and 4B. RGB value is (69,51,75). Sum of RGB (Red+Green+Blue) = 69+51+75=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #45334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45334B is #BACCB4. Grayscale: #3B3B3B. Windows color (decimal): -12242101 or 4928325. OLE color: 4928325.

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

Color convert

RGB 69 51 75 -
CMYK 0.08 0.32 0 0.71
HSL 285º 0.19% 0.25% -
HSV(B) 285º 0.32% 0.29% -
XYZ 4.91 4.14 7.2 -
YUV 59.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 69 51 75 0.08 0.32 0 0.71 285 0.19 0.25
Hex 45 33 4B 8 20 0 47 11D 13 19
Octal 105 63 113 10 40 0 107 435 23 31
Binary 1000101 110011 1001011 1000 100000 0 1000111 100011101 10011 11001

Color Harmonies of #45334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45334B

Black with #45334B

Text Example


Text Example

White with #45334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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