Html Css Color HEX #752102 Falu Red

📋 copy color: '#752102'

red 117 ◦ green 33 ◦ blue 2

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

Shades of Falu Red #752102

Tints of Falu Red #752102

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

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

R = 76.97%
G = 21.71%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#752102 (or 0x752102) is known color: Falu Red. HEX triplet: 75, 21 and 02. RGB value is (117,33,2). Sum of RGB (Red+Green+Blue) = 117+33+2=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #752102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752102 is #8ADEFD. Grayscale: #363636. Windows color (decimal): -9101054 or 139637. OLE color: 139637.

HSL color Cylindrical-coordinate representation of color #752102: hue angle of 16.17º 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 #752102 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 2 -
CMYK 0 0.72 0.98 0.54
HSL 16.17º 0.97% 0.23% -
HSV(B) 16.17º 0.98% 0.46% -
XYZ 7.89 4.87 0.58 -
YUV 54.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 117 33 2 0 0.72 0.98 0.54 16.17 0.97 0.23
Hex 75 21 2 0 48 62 36 10 61 17
Octal 165 41 2 0 110 142 66 20 141 27
Binary 1110101 100001 10 0 1001000 1100010 110110 10000 1100001 10111

Color Harmonies of #752102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752102

Black with #752102

Text Example


Text Example

White with #752102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752102; }

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

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

background-color css

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

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

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

border-color css

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

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

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