Html Css Color HEX #7D3947 Camelot

📋 copy color: '#7D3947'

red 125 ◦ green 57 ◦ blue 71

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

Shades of Camelot #7D3947

Tints of Camelot #7D3947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.53%

 BLUE value IS 71 (28.13% from 255) = 28.06%

R = 49.41%
G = 22.53%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7D3947 (or 0x7D3947) is known color: Camelot. HEX triplet: 7D, 39 and 47. RGB value is (125,57,71). Sum of RGB (Red+Green+Blue) = 125+57+71=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3947 is #82C6B8. Grayscale: #4E4E4E. Windows color (decimal): -8570553 or 4667773. OLE color: 4667773.

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

Color convert

RGB 125 57 71 -
CMYK 0 0.54 0.43 0.51
HSL 347.65º 0.37% 0.36% -
HSV(B) 347.65º 0.54% 0.49% -
XYZ 11.06 7.74 6.87 -
YUV 78.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 125 57 71 0 0.54 0.43 0.51 347.65 0.37 0.36
Hex 7D 39 47 0 36 2B 33 15C 25 24
Octal 175 71 107 0 66 53 63 534 45 44
Binary 1111101 111001 1000111 0 110110 101011 110011 101011100 100101 100100

Color Harmonies of #7D3947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3947

Black with #7D3947

Text Example


Text Example

White with #7D3947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,57,71); }

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

background-color css

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

 a { background-color: rgb(125,57,71); }

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

border-color css

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

 span { border-color: rgb(125,57,71); }

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