Html Css Color HEX #7E3243 Camelot

📋 copy color: '#7E3243'

red 126 ◦ green 50 ◦ blue 67

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

Shades of Camelot #7E3243

Tints of Camelot #7E3243

RGB

 RED value IS 126 (49.61% from 255) = 51.85%

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 67 (26.56% from 255) = 27.57%

R = 51.85%
G = 20.58%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7E3243 (or 0x7E3243) is known color: Camelot. HEX triplet: 7E, 32 and 43. RGB value is (126,50,67). Sum of RGB (Red+Green+Blue) = 126+50+67=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3243 is #81CDBC. Grayscale: #4A4A4A. Windows color (decimal): -8506813 or 4403838. OLE color: 4403838.

HSL color Cylindrical-coordinate representation of color #7E3243: hue angle of 346.58º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3243 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 50 67 -
CMYK 0 0.60 0.47 0.51
HSL 346.58º 0.43% 0.35% -
HSV(B) 346.58º 0.6% 0.49% -
XYZ 10.76 7.12 6.12 -
YUV 74.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 126 50 67 0 0.60 0.47 0.51 346.58 0.43 0.35
Hex 7E 32 43 0 3C 2F 33 15B 2B 23
Octal 176 62 103 0 74 57 63 533 53 43
Binary 1111110 110010 1000011 0 111100 101111 110011 101011011 101011 100011

Color Harmonies of #7E3243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3243

Black with #7E3243

Text Example


Text Example

White with #7E3243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,50,67); }

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

background-color css

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

 a { background-color: rgb(126,50,67); }

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

border-color css

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

 span { border-color: rgb(126,50,67); }

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