Html Css Color HEX #751035 Claret

📋 copy color: '#751035'

red 117 ◦ green 16 ◦ blue 53

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

Shades of Claret #751035

Tints of Claret #751035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

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

R = 62.9%
G = 8.6%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#751035 (or 0x751035) is known color: Claret. HEX triplet: 75, 10 and 35. RGB value is (117,16,53). Sum of RGB (Red+Green+Blue) = 117+16+53=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #751035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751035 is #8AEFCA. Grayscale: #323232. Windows color (decimal): -9105355 or 3477621. OLE color: 3477621.

HSL color Cylindrical-coordinate representation of color #751035: hue angle of 338.02º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751035 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 53 -
CMYK 0 0.86 0.55 0.54
HSL 338.02º 0.76% 0.26% -
HSV(B) 338.02º 0.86% 0.46% -
XYZ 8.16 4.41 3.79 -
YUV 50.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 117 16 53 0 0.86 0.55 0.54 338.02 0.76 0.26
Hex 75 10 35 0 56 37 36 152 4C 1A
Octal 165 20 65 0 126 67 66 522 114 32
Binary 1110101 10000 110101 0 1010110 110111 110110 101010010 1001100 11010

Color Harmonies of #751035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751035

Black with #751035

Text Example


Text Example

White with #751035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751035; }

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

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

background-color css

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

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

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

border-color css

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

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

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