Html Css Color HEX #452D55 Scarlet Gum

📋 copy color: '#452D55'

red 69 ◦ green 45 ◦ blue 85

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

Shades of Scarlet Gum #452D55

Tints of Scarlet Gum #452D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.61%

 BLUE value IS 85 (33.59% from 255) = 42.71%

R = 34.67%
G = 22.61%
B = 42.71%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#452D55 (or 0x452D55) is known color: Scarlet Gum. HEX triplet: 45, 2D and 55. RGB value is (69,45,85). Sum of RGB (Red+Green+Blue) = 69+45+85=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #452D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D55 is #BAD2AA. Grayscale: #383838. Windows color (decimal): -12243627 or 5582149. OLE color: 5582149.

HSL color Cylindrical-coordinate representation of color #452D55: hue angle of 276º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #452D55 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 45 85 -
CMYK 0.19 0.47 0 0.67
HSL 276º 0.31% 0.25% -
HSV(B) 276º 0.47% 0.33% -
XYZ 5.03 3.8 9.06 -
YUV 56.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 69 45 85 0.19 0.47 0 0.67 276 0.31 0.25
Hex 45 2D 55 13 2F 0 43 114 1F 19
Octal 105 55 125 23 57 0 103 424 37 31
Binary 1000101 101101 1010101 10011 101111 0 1000011 100010100 11111 11001

Color Harmonies of #452D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452D55

Black with #452D55

Text Example


Text Example

White with #452D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452D55; }

 p { color: rgb(69,45,85); }

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

background-color css

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

 a { background-color: rgb(69,45,85); }

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

border-color css

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

 span { border-color: rgb(69,45,85); }

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