Html Css Color HEX #753D4B Camelot

📋 copy color: '#753D4B'

red 117 ◦ green 61 ◦ blue 75

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

Shades of Camelot #753D4B

Tints of Camelot #753D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.11%

 BLUE value IS 75 (29.69% from 255) = 29.64%

R = 46.25%
G = 24.11%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#753D4B (or 0x753D4B) is known color: Camelot. HEX triplet: 75, 3D and 4B. RGB value is (117,61,75). Sum of RGB (Red+Green+Blue) = 117+61+75=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #753D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D4B is #8AC2B4. Grayscale: #4F4F4F. Windows color (decimal): -9093813 or 4930933. OLE color: 4930933.

HSL color Cylindrical-coordinate representation of color #753D4B: hue angle of 345º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D4B is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 61 75 -
CMYK 0 0.48 0.36 0.54
HSL 345º 0.31% 0.35% -
HSV(B) 345º 0.48% 0.46% -
XYZ 10.27 7.63 7.59 -
YUV 79.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 117 61 75 0 0.48 0.36 0.54 345 0.31 0.35
Hex 75 3D 4B 0 30 24 36 159 1F 23
Octal 165 75 113 0 60 44 66 531 37 43
Binary 1110101 111101 1001011 0 110000 100100 110110 101011001 11111 100011

Color Harmonies of #753D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D4B

Black with #753D4B

Text Example


Text Example

White with #753D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753D4B; }

 p { color: rgb(117,61,75); }

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

background-color css

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

 a { background-color: rgb(117,61,75); }

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

border-color css

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

 span { border-color: rgb(117,61,75); }

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