Html Css Color HEX #752422 Lusty

📋 copy color: '#752422'

red 117 ◦ green 36 ◦ blue 34

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

Shades of Lusty #752422

Tints of Lusty #752422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.25%

 BLUE value IS 34 (13.67% from 255) = 18.18%

R = 62.57%
G = 19.25%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#752422 (or 0x752422) is known color: Lusty. HEX triplet: 75, 24 and 22. RGB value is (117,36,34). Sum of RGB (Red+Green+Blue) = 117+36+34=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #752422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752422 is #8ADBDD. Grayscale: #3C3C3C. Windows color (decimal): -9100254 or 2237557. OLE color: 2237557.

HSL color Cylindrical-coordinate representation of color #752422: hue angle of 1.45º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752422 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 34 -
CMYK 0 0.69 0.71 0.54
HSL 1.45º 0.55% 0.3% -
HSV(B) 1.45º 0.71% 0.46% -
XYZ 8.26 5.16 2.07 -
YUV 59.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 117 36 34 0 0.69 0.71 0.54 1.45 0.55 0.3
Hex 75 24 22 0 45 47 36 1 37 1E
Octal 165 44 42 0 105 107 66 1 67 36
Binary 1110101 100100 100010 0 1000101 1000111 110110 1 110111 11110

Color Harmonies of #752422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752422

Black with #752422

Text Example


Text Example

White with #752422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752422; }

 p { color: rgb(117,36,34); }

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

background-color css

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

 a { background-color: rgb(117,36,34); }

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

border-color css

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

 span { border-color: rgb(117,36,34); }

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