Html Css Color HEX #761B02 Falu Red

📋 copy color: '#761B02'

red 118 ◦ green 27 ◦ blue 2

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

Shades of Falu Red #761B02

Tints of Falu Red #761B02

RGB

 RED value IS 118 (46.48% from 255) = 80.27%

 GREEN value IS 27 (10.94% from 255) = 18.37%

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

R = 80.27%
G = 18.37%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#761B02 (or 0x761B02) is known color: Falu Red. HEX triplet: 76, 1B and 02. RGB value is (118,27,2). Sum of RGB (Red+Green+Blue) = 118+27+2=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #761B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761B02 is #89E4FD. Grayscale: #333333. Windows color (decimal): -9037054 or 138102. OLE color: 138102.

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

Color convert

RGB 118 27 2 -
CMYK 0 0.77 0.98 0.54
HSL 12.93º 0.97% 0.24% -
HSV(B) 12.93º 0.98% 0.46% -
XYZ 7.87 4.64 0.54 -
YUV 51.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 118 27 2 0 0.77 0.98 0.54 12.93 0.97 0.24
Hex 76 1B 2 0 4D 62 36 D 61 18
Octal 166 33 2 0 115 142 66 15 141 30
Binary 1110110 11011 10 0 1001101 1100010 110110 1101 1100001 11000

Color Harmonies of #761B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B02

Black with #761B02

Text Example


Text Example

White with #761B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761B02; }

 p { color: rgb(118,27,2); }

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

background-color css

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

 a { background-color: rgb(118,27,2); }

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

border-color css

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

 span { border-color: rgb(118,27,2); }

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