Html Css Color HEX #761D36 Claret

📋 copy color: '#761D36'

red 118 ◦ green 29 ◦ blue 54

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

Shades of Claret #761D36

Tints of Claret #761D36

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.43%

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 58.71%
G = 14.43%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#761D36 (or 0x761D36) is known color: Claret. HEX triplet: 76, 1D and 36. RGB value is (118,29,54). Sum of RGB (Red+Green+Blue) = 118+29+54=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #761D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D36 is #89E2C9. Grayscale: #3A3A3A. Windows color (decimal): -9036490 or 3546486. OLE color: 3546486.

HSL color Cylindrical-coordinate representation of color #761D36: hue angle of 343.15º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761D36 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 29 54 -
CMYK 0 0.75 0.54 0.54
HSL 343.15º 0.61% 0.29% -
HSV(B) 343.15º 0.75% 0.46% -
XYZ 8.58 5 4 -
YUV 58.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 118 29 54 0 0.75 0.54 0.54 343.15 0.61 0.29
Hex 76 1D 36 0 4B 36 36 157 3D 1D
Octal 166 35 66 0 113 66 66 527 75 35
Binary 1110110 11101 110110 0 1001011 110110 110110 101010111 111101 11101

Color Harmonies of #761D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D36

Black with #761D36

Text Example


Text Example

White with #761D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,29,54); }

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

background-color css

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

 a { background-color: rgb(118,29,54); }

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

border-color css

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

 span { border-color: rgb(118,29,54); }

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