Html Css Color HEX #7A2302 Falu Red

📋 copy color: '#7A2302'

red 122 ◦ green 35 ◦ blue 2

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

Shades of Falu Red #7A2302

Tints of Falu Red #7A2302

RGB

 RED value IS 122 (48.05% from 255) = 76.73%

 GREEN value IS 35 (14.06% from 255) = 22.01%

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

R = 76.73%
G = 22.01%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A2302 (or 0x7A2302) is known color: Falu Red. HEX triplet: 7A, 23 and 02. RGB value is (122,35,2). Sum of RGB (Red+Green+Blue) = 122+35+2=159 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.73% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2302 is #85DCFD. Grayscale: #393939. Windows color (decimal): -8772862 or 140154. OLE color: 140154.

HSL color Cylindrical-coordinate representation of color #7A2302: hue angle of 16.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A2302 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 35 2 -
CMYK 0 0.71 0.98 0.52
HSL 16.5º 0.97% 0.24% -
HSV(B) 16.5º 0.98% 0.48% -
XYZ 8.64 5.34 0.63 -
YUV 57.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 122 35 2 0 0.71 0.98 0.52 16.5 0.97 0.24
Hex 7A 23 2 0 47 62 34 10 61 18
Octal 172 43 2 0 107 142 64 20 141 30
Binary 1111010 100011 10 0 1000111 1100010 110100 10000 1100001 11000

Color Harmonies of #7A2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2302

Black with #7A2302

Text Example


Text Example

White with #7A2302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A2302; }

 p { color: rgb(122,35,2); }

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

background-color css

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

 a { background-color: rgb(122,35,2); }

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

border-color css

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

 span { border-color: rgb(122,35,2); }

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