Html Css Color HEX #761933 Claret

📋 copy color: '#761933'

red 118 ◦ green 25 ◦ blue 51

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

Shades of Claret #761933

Tints of Claret #761933

RGB

 RED value IS 118 (46.48% from 255) = 60.82%

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

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

R = 60.82%
G = 12.89%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#761933 (or 0x761933) is known color: Claret. HEX triplet: 76, 19 and 33. RGB value is (118,25,51). Sum of RGB (Red+Green+Blue) = 118+25+51=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #761933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761933 is #89E6CC. Grayscale: #373737. Windows color (decimal): -9037517 or 3348854. OLE color: 3348854.

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

Color convert

RGB 118 25 51 -
CMYK 0 0.79 0.57 0.54
HSL 343.23º 0.65% 0.28% -
HSV(B) 343.23º 0.79% 0.46% -
XYZ 8.42 4.79 3.61 -
YUV 55.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 118 25 51 0 0.79 0.57 0.54 343.23 0.65 0.28
Hex 76 19 33 0 4F 39 36 157 41 1C
Octal 166 31 63 0 117 71 66 527 101 34
Binary 1110110 11001 110011 0 1001111 111001 110110 101010111 1000001 11100

Color Harmonies of #761933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761933

Black with #761933

Text Example


Text Example

White with #761933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761933; }

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

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

background-color css

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

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

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

border-color css

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

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

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