Html Css Color HEX #7D3345 Camelot

📋 copy color: '#7D3345'

red 125 ◦ green 51 ◦ blue 69

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

Shades of Camelot #7D3345

Tints of Camelot #7D3345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.16%

R = 51.02%
G = 20.82%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7D3345 (or 0x7D3345) is known color: Camelot. HEX triplet: 7D, 33 and 45. RGB value is (125,51,69). Sum of RGB (Red+Green+Blue) = 125+51+69=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3345 is #82CCBA. Grayscale: #4B4B4B. Windows color (decimal): -8572091 or 4535165. OLE color: 4535165.

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

Color convert

RGB 125 51 69 -
CMYK 0 0.59 0.45 0.51
HSL 345.41º 0.42% 0.35% -
HSV(B) 345.41º 0.59% 0.49% -
XYZ 10.72 7.16 6.45 -
YUV 75.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 125 51 69 0 0.59 0.45 0.51 345.41 0.42 0.35
Hex 7D 33 45 0 3B 2D 33 159 2A 23
Octal 175 63 105 0 73 55 63 531 52 43
Binary 1111101 110011 1000101 0 111011 101101 110011 101011001 101010 100011

Color Harmonies of #7D3345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3345

Black with #7D3345

Text Example


Text Example

White with #7D3345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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