Html Css Color HEX #75261D Lusty

📋 copy color: '#75261D'

red 117 ◦ green 38 ◦ blue 29

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

Shades of Lusty #75261D

Tints of Lusty #75261D

RGB

 RED value IS 117 (46.09% from 255) = 63.59%

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

 BLUE value IS 29 (11.72% from 255) = 15.76%

R = 63.59%
G = 20.65%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75261D (or 0x75261D) is known color: Lusty. HEX triplet: 75, 26 and 1D. RGB value is (117,38,29). Sum of RGB (Red+Green+Blue) = 117+38+29=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75261D is #8AD9E2. Grayscale: #3C3C3C. Windows color (decimal): -9099747 or 1910389. OLE color: 1910389.

HSL color Cylindrical-coordinate representation of color #75261D: hue angle of 6.14º degrees, saturation: 0.6, 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 #75261D is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 29 -
CMYK 0 0.68 0.75 0.54
HSL 6.14º 0.6% 0.29% -
HSV(B) 6.14º 0.75% 0.46% -
XYZ 8.25 5.26 1.74 -
YUV 60.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 117 38 29 0 0.68 0.75 0.54 6.14 0.6 0.29
Hex 75 26 1D 0 44 4B 36 6 3C 1D
Octal 165 46 35 0 104 113 66 6 74 35
Binary 1110101 100110 11101 0 1000100 1001011 110110 110 111100 11101

Color Harmonies of #75261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75261D

Black with #75261D

Text Example


Text Example

White with #75261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75261D; }

 p { color: rgb(117,38,29); }

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

background-color css

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

 a { background-color: rgb(117,38,29); }

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

border-color css

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

 span { border-color: rgb(117,38,29); }

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