Html Css Color HEX #802703 Falu Red

📋 copy color: '#802703'

red 128 ◦ green 39 ◦ blue 3

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

Shades of Falu Red #802703

Tints of Falu Red #802703

RGB

 RED value IS 128 (50.39% from 255) = 75.29%

 GREEN value IS 39 (15.63% from 255) = 22.94%

 BLUE value IS 3 (1.56% from 255) = 1.76%

R = 75.29%
G = 22.94%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#802703 (or 0x802703) is known color: Falu Red. HEX triplet: 80, 27 and 03. RGB value is (128,39,3). Sum of RGB (Red+Green+Blue) = 128+39+3=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #802703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802703 is #7FD8FC. Grayscale: #3D3D3D. Windows color (decimal): -8378621 or 206720. OLE color: 206720.

HSL color Cylindrical-coordinate representation of color #802703: hue angle of 17.28º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #802703 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 3 -
CMYK 0 0.70 0.98 0.50
HSL 17.28º 0.95% 0.26% -
HSV(B) 17.28º 0.98% 0.5% -
XYZ 9.64 6.05 0.75 -
YUV 61.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 128 39 3 0 0.70 0.98 0.50 17.28 0.95 0.26
Hex 80 27 3 0 46 62 32 11 5F 1A
Octal 200 47 3 0 106 142 62 21 137 32
Binary 10000000 100111 11 0 1000110 1100010 110010 10001 1011111 11010

Color Harmonies of #802703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802703

Black with #802703

Text Example


Text Example

White with #802703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802703; }

 p { color: rgb(128,39,3); }

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

background-color css

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

 a { background-color: rgb(128,39,3); }

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

border-color css

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

 span { border-color: rgb(128,39,3); }

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