Html Css Color HEX #751735 Claret

📋 copy color: '#751735'

red 117 ◦ green 23 ◦ blue 53

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

Shades of Claret #751735

Tints of Claret #751735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

 BLUE value IS 53 (21.09% from 255) = 27.46%

R = 60.62%
G = 11.92%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#751735 (or 0x751735) is known color: Claret. HEX triplet: 75, 17 and 35. RGB value is (117,23,53). Sum of RGB (Red+Green+Blue) = 117+23+53=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #751735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751735 is #8AE8CA. Grayscale: #363636. Windows color (decimal): -9103563 or 3479413. OLE color: 3479413.

HSL color Cylindrical-coordinate representation of color #751735: hue angle of 340.85º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751735 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 53 -
CMYK 0 0.80 0.55 0.54
HSL 340.85º 0.67% 0.27% -
HSV(B) 340.85º 0.8% 0.46% -
XYZ 8.29 4.65 3.83 -
YUV 54.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 117 23 53 0 0.80 0.55 0.54 340.85 0.67 0.27
Hex 75 17 35 0 50 37 36 155 43 1B
Octal 165 27 65 0 120 67 66 525 103 33
Binary 1110101 10111 110101 0 1010000 110111 110110 101010101 1000011 11011

Color Harmonies of #751735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751735

Black with #751735

Text Example


Text Example

White with #751735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751735; }

 p { color: rgb(117,23,53); }

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

background-color css

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

 a { background-color: rgb(117,23,53); }

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

border-color css

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

 span { border-color: rgb(117,23,53); }

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