Html Css Color HEX #7D3E52 Camelot

📋 copy color: '#7D3E52'

red 125 ◦ green 62 ◦ blue 82

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

Shades of Camelot #7D3E52

Tints of Camelot #7D3E52

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.05%

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 46.47%
G = 23.05%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D3E52 (or 0x7D3E52) is known color: Camelot. HEX triplet: 7D, 3E and 52. RGB value is (125,62,82). Sum of RGB (Red+Green+Blue) = 125+62+82=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3E52 is #82C1AD. Grayscale: #535353. Windows color (decimal): -8569262 or 5389949. OLE color: 5389949.

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

Color convert

RGB 125 62 82 -
CMYK 0 0.50 0.34 0.51
HSL 340.95º 0.34% 0.37% -
HSV(B) 340.95º 0.5% 0.49% -
XYZ 11.7 8.41 8.99 -
YUV 83.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 125 62 82 0 0.50 0.34 0.51 340.95 0.34 0.37
Hex 7D 3E 52 0 32 22 33 155 22 25
Octal 175 76 122 0 62 42 63 525 42 45
Binary 1111101 111110 1010010 0 110010 100010 110011 101010101 100010 100101

Color Harmonies of #7D3E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3E52

Black with #7D3E52

Text Example


Text Example

White with #7D3E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,62,82); }

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

background-color css

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

 a { background-color: rgb(125,62,82); }

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

border-color css

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

 span { border-color: rgb(125,62,82); }

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