Html Css Color HEX #76261F Lusty

📋 copy color: '#76261F'

red 118 ◦ green 38 ◦ blue 31

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

Shades of Lusty #76261F

Tints of Lusty #76261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.32%

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 63.1%
G = 20.32%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76261F (or 0x76261F) is known color: Lusty. HEX triplet: 76, 26 and 1F. RGB value is (118,38,31). Sum of RGB (Red+Green+Blue) = 118+38+31=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #76261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76261F is #89D9E0. Grayscale: #3D3D3D. Windows color (decimal): -9034209 or 2041462. OLE color: 2041462.

HSL color Cylindrical-coordinate representation of color #76261F: hue angle of 4.83º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76261F is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 31 -
CMYK 0 0.68 0.74 0.54
HSL 4.83º 0.58% 0.29% -
HSV(B) 4.83º 0.74% 0.46% -
XYZ 8.41 5.34 1.88 -
YUV 61.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 118 38 31 0 0.68 0.74 0.54 4.83 0.58 0.29
Hex 76 26 1F 0 44 4A 36 5 3A 1D
Octal 166 46 37 0 104 112 66 5 72 35
Binary 1110110 100110 11111 0 1000100 1001010 110110 101 111010 11101

Color Harmonies of #76261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76261F

Black with #76261F

Text Example


Text Example

White with #76261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76261F; }

 p { color: rgb(118,38,31); }

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

background-color css

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

 a { background-color: rgb(118,38,31); }

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

border-color css

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

 span { border-color: rgb(118,38,31); }

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