Html Css Color HEX #7D4151 Camelot

📋 copy color: '#7D4151'

red 125 ◦ green 65 ◦ blue 81

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

Shades of Camelot #7D4151

Tints of Camelot #7D4151

RGB

 RED value IS 125 (49.22% from 255) = 46.13%

 GREEN value IS 65 (25.78% from 255) = 23.99%

 BLUE value IS 81 (32.03% from 255) = 29.89%

R = 46.13%
G = 23.99%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7D4151 (or 0x7D4151) is known color: Camelot. HEX triplet: 7D, 41 and 51. RGB value is (125,65,81). Sum of RGB (Red+Green+Blue) = 125+65+81=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4151 is #82BEAE. Grayscale: #545454. Windows color (decimal): -8568495 or 5325181. OLE color: 5325181.

HSL color Cylindrical-coordinate representation of color #7D4151: hue angle of 344º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D4151 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 65 81 -
CMYK 0 0.48 0.35 0.51
HSL 344º 0.32% 0.37% -
HSV(B) 344º 0.48% 0.49% -
XYZ 11.83 8.73 8.85 -
YUV 84.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 125 65 81 0 0.48 0.35 0.51 344 0.32 0.37
Hex 7D 41 51 0 30 23 33 158 20 25
Octal 175 101 121 0 60 43 63 530 40 45
Binary 1111101 1000001 1010001 0 110000 100011 110011 101011000 100000 100101

Color Harmonies of #7D4151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4151

Black with #7D4151

Text Example


Text Example

White with #7D4151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D4151; }

 p { color: rgb(125,65,81); }

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

background-color css

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

 a { background-color: rgb(125,65,81); }

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

border-color css

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

 span { border-color: rgb(125,65,81); }

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