Html Css Color HEX #751933 Claret

📋 copy color: '#751933'

red 117 ◦ green 25 ◦ blue 51

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

Shades of Claret #751933

Tints of Claret #751933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 60.62%
G = 12.95%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#751933 (or 0x751933) is known color: Claret. HEX triplet: 75, 19 and 33. RGB value is (117,25,51). Sum of RGB (Red+Green+Blue) = 117+25+51=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #751933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751933 is #8AE6CC. Grayscale: #373737. Windows color (decimal): -9103053 or 3348853. OLE color: 3348853.

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

Color convert

RGB 117 25 51 -
CMYK 0 0.79 0.56 0.54
HSL 343.04º 0.65% 0.28% -
HSV(B) 343.04º 0.79% 0.46% -
XYZ 8.28 4.72 3.61 -
YUV 55.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 117 25 51 0 0.79 0.56 0.54 343.04 0.65 0.28
Hex 75 19 33 0 4F 38 36 157 41 1C
Octal 165 31 63 0 117 70 66 527 101 34
Binary 1110101 11001 110011 0 1001111 111000 110110 101010111 1000001 11100

Color Harmonies of #751933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751933

Black with #751933

Text Example


Text Example

White with #751933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751933; }

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

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

background-color css

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

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

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

border-color css

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

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

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