Html Css Color HEX #761A33 Claret

📋 copy color: '#761A33'

red 118 ◦ green 26 ◦ blue 51

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

Shades of Claret #761A33

Tints of Claret #761A33

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.33%

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

R = 60.51%
G = 13.33%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#761A33 (or 0x761A33) is known color: Claret. HEX triplet: 76, 1A and 33. RGB value is (118,26,51). Sum of RGB (Red+Green+Blue) = 118+26+51=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #761A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A33 is #89E5CC. Grayscale: #383838. Windows color (decimal): -9037261 or 3349110. OLE color: 3349110.

HSL color Cylindrical-coordinate representation of color #761A33: hue angle of 343.7º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A33 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 51 -
CMYK 0 0.78 0.57 0.54
HSL 343.7º 0.64% 0.28% -
HSV(B) 343.7º 0.78% 0.46% -
XYZ 8.44 4.83 3.62 -
YUV 56.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 118 26 51 0 0.78 0.57 0.54 343.7 0.64 0.28
Hex 76 1A 33 0 4E 39 36 158 40 1C
Octal 166 32 63 0 116 71 66 530 100 34
Binary 1110110 11010 110011 0 1001110 111001 110110 101011000 1000000 11100

Color Harmonies of #761A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A33

Black with #761A33

Text Example


Text Example

White with #761A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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