Html Css Color HEX #761E3D Claret

📋 copy color: '#761E3D'

red 118 ◦ green 30 ◦ blue 61

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

Shades of Claret #761E3D

Tints of Claret #761E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.35%

 BLUE value IS 61 (24.22% from 255) = 29.19%

R = 56.46%
G = 14.35%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#761E3D (or 0x761E3D) is known color: Claret. HEX triplet: 76, 1E and 3D. RGB value is (118,30,61). Sum of RGB (Red+Green+Blue) = 118+30+61=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #761E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E3D is #89E1C2. Grayscale: #3B3B3B. Windows color (decimal): -9036227 or 4005494. OLE color: 4005494.

HSL color Cylindrical-coordinate representation of color #761E3D: hue angle of 338.86º degrees, saturation: 0.59, 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 #761E3D is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 30 61 -
CMYK 0 0.75 0.48 0.54
HSL 338.86º 0.59% 0.29% -
HSV(B) 338.86º 0.75% 0.46% -
XYZ 8.78 5.12 4.94 -
YUV 59.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 118 30 61 0 0.75 0.48 0.54 338.86 0.59 0.29
Hex 76 1E 3D 0 4B 30 36 153 3B 1D
Octal 166 36 75 0 113 60 66 523 73 35
Binary 1110110 11110 111101 0 1001011 110000 110110 101010011 111011 11101

Color Harmonies of #761E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E3D

Black with #761E3D

Text Example


Text Example

White with #761E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,30,61); }

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

background-color css

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

 a { background-color: rgb(118,30,61); }

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

border-color css

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

 span { border-color: rgb(118,30,61); }

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