Html Css Color HEX #753343 Camelot

📋 copy color: '#753343'

red 117 ◦ green 51 ◦ blue 67

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

Shades of Camelot #753343

Tints of Camelot #753343

RGB

 RED value IS 117 (46.09% from 255) = 49.79%

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

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

R = 49.79%
G = 21.7%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#753343 (or 0x753343) is known color: Camelot. HEX triplet: 75, 33 and 43. RGB value is (117,51,67). Sum of RGB (Red+Green+Blue) = 117+51+67=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753343 is #8ACCBC. Grayscale: #484848. Windows color (decimal): -9096381 or 4404085. OLE color: 4404085.

HSL color Cylindrical-coordinate representation of color #753343: hue angle of 345.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753343 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 67 -
CMYK 0 0.56 0.43 0.54
HSL 345.45º 0.39% 0.33% -
HSV(B) 345.45º 0.56% 0.46% -
XYZ 9.53 6.55 6.07 -
YUV 72.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 117 51 67 0 0.56 0.43 0.54 345.45 0.39 0.33
Hex 75 33 43 0 38 2B 36 159 27 21
Octal 165 63 103 0 70 53 66 531 47 41
Binary 1110101 110011 1000011 0 111000 101011 110110 101011001 100111 100001

Color Harmonies of #753343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753343

Black with #753343

Text Example


Text Example

White with #753343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753343; }

 p { color: rgb(117,51,67); }

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

background-color css

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

 a { background-color: rgb(117,51,67); }

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

border-color css

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

 span { border-color: rgb(117,51,67); }

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