Html Css Color HEX #751935 Claret

📋 copy color: '#751935'

red 117 ◦ green 25 ◦ blue 53

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

Shades of Claret #751935

Tints of Claret #751935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

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

R = 60%
G = 12.82%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#751935 (or 0x751935) is known color: Claret. HEX triplet: 75, 19 and 35. RGB value is (117,25,53). Sum of RGB (Red+Green+Blue) = 117+25+53=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #751935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751935 is #8AE6CA. Grayscale: #373737. Windows color (decimal): -9103051 or 3479925. OLE color: 3479925.

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

Color convert

RGB 117 25 53 -
CMYK 0 0.79 0.55 0.54
HSL 341.74º 0.65% 0.28% -
HSV(B) 341.74º 0.79% 0.46% -
XYZ 8.33 4.73 3.84 -
YUV 55.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 117 25 53 0 0.79 0.55 0.54 341.74 0.65 0.28
Hex 75 19 35 0 4F 37 36 156 41 1C
Octal 165 31 65 0 117 67 66 526 101 34
Binary 1110101 11001 110101 0 1001111 110111 110110 101010110 1000001 11100

Color Harmonies of #751935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751935

Black with #751935

Text Example


Text Example

White with #751935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751935; }

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

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

background-color css

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

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

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

border-color css

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

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

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