Html Css Color HEX #75251E Lusty

📋 copy color: '#75251E'

red 117 ◦ green 37 ◦ blue 30

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

Shades of Lusty #75251E

Tints of Lusty #75251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.11%

 BLUE value IS 30 (12.11% from 255) = 16.3%

R = 63.59%
G = 20.11%
B = 16.3%

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

#75251E (or 0x75251E) is known color: Lusty. HEX triplet: 75, 25 and 1E. RGB value is (117,37,30). Sum of RGB (Red+Green+Blue) = 117+37+30=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75251E is #8ADAE1. Grayscale: #3C3C3C. Windows color (decimal): -9100002 or 1975669. OLE color: 1975669.

HSL color Cylindrical-coordinate representation of color #75251E: hue angle of 4.83º degrees, saturation: 0.59, 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 #75251E is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 37 30 -
CMYK 0 0.68 0.74 0.54
HSL 4.83º 0.59% 0.29% -
HSV(B) 4.83º 0.74% 0.46% -
XYZ 8.23 5.2 1.8 -
YUV 60.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 117 37 30 0 0.68 0.74 0.54 4.83 0.59 0.29
Hex 75 25 1E 0 44 4A 36 5 3B 1D
Octal 165 45 36 0 104 112 66 5 73 35
Binary 1110101 100101 11110 0 1000100 1001010 110110 101 111011 11101

Color Harmonies of #75251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75251E

Black with #75251E

Text Example


Text Example

White with #75251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75251E; }

 p { color: rgb(117,37,30); }

 H1.HeaderClassName
 {
   color: #75251E;
 }
 .AnyTagClassName
 {
   color: #75251E;
 }
</style>

background-color css

<style>
 a { background-color: #75251E; }

 a { background-color: rgb(117,37,30); }

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

border-color css

<style>
 span { border-color: #75251E; }

 span { border-color: rgb(117,37,30); }

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