Html Css Color HEX #753345 Camelot

📋 copy color: '#753345'

red 117 ◦ green 51 ◦ blue 69

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

Shades of Camelot #753345

Tints of Camelot #753345

RGB

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

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

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

R = 49.37%
G = 21.52%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#753345 (or 0x753345) is known color: Camelot. HEX triplet: 75, 33 and 45. RGB value is (117,51,69). Sum of RGB (Red+Green+Blue) = 117+51+69=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #753345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753345 is #8ACCBA. Grayscale: #484848. Windows color (decimal): -9096379 or 4535157. OLE color: 4535157.

HSL color Cylindrical-coordinate representation of color #753345: hue angle of 343.64º 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 #753345 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 69 -
CMYK 0 0.56 0.41 0.54
HSL 343.64º 0.39% 0.33% -
HSV(B) 343.64º 0.56% 0.46% -
XYZ 9.59 6.58 6.39 -
YUV 72.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 117 51 69 0 0.56 0.41 0.54 343.64 0.39 0.33
Hex 75 33 45 0 38 29 36 158 27 21
Octal 165 63 105 0 70 51 66 530 47 41
Binary 1110101 110011 1000101 0 111000 101001 110110 101011000 100111 100001

Color Harmonies of #753345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753345

Black with #753345

Text Example


Text Example

White with #753345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753345; }

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

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

background-color css

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

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

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

border-color css

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

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

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