Html Css Color HEX #752202 Falu Red

📋 copy color: '#752202'

red 117 ◦ green 34 ◦ blue 2

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

Shades of Falu Red #752202

Tints of Falu Red #752202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

 BLUE value IS 2 (1.17% from 255) = 1.31%

R = 76.47%
G = 22.22%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#752202 (or 0x752202) is known color: Falu Red. HEX triplet: 75, 22 and 02. RGB value is (117,34,2). Sum of RGB (Red+Green+Blue) = 117+34+2=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #752202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752202 is #8ADDFD. Grayscale: #373737. Windows color (decimal): -9100798 or 139893. OLE color: 139893.

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

Color convert

RGB 117 34 2 -
CMYK 0 0.71 0.98 0.54
HSL 16.7º 0.97% 0.23% -
HSV(B) 16.7º 0.98% 0.46% -
XYZ 7.92 4.93 0.59 -
YUV 55.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 117 34 2 0 0.71 0.98 0.54 16.7 0.97 0.23
Hex 75 22 2 0 47 62 36 11 61 17
Octal 165 42 2 0 107 142 66 21 141 27
Binary 1110101 100010 10 0 1000111 1100010 110110 10001 1100001 10111

Color Harmonies of #752202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752202

Black with #752202

Text Example


Text Example

White with #752202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752202; }

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

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

background-color css

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

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

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

border-color css

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

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

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