Html Css Color HEX #751A02 Falu Red

📋 copy color: '#751A02'

red 117 ◦ green 26 ◦ blue 2

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

Shades of Falu Red #751A02

Tints of Falu Red #751A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.93%

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

R = 80.69%
G = 17.93%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#751A02 (or 0x751A02) is known color: Falu Red. HEX triplet: 75, 1A and 02. RGB value is (117,26,2). Sum of RGB (Red+Green+Blue) = 117+26+2=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #751A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A02 is #8AE5FD. Grayscale: #323232. Windows color (decimal): -9102846 or 137845. OLE color: 137845.

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

Color convert

RGB 117 26 2 -
CMYK 0 0.78 0.98 0.54
HSL 12.52º 0.97% 0.23% -
HSV(B) 12.52º 0.98% 0.46% -
XYZ 7.72 4.53 0.52 -
YUV 50.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 117 26 2 0 0.78 0.98 0.54 12.52 0.97 0.23
Hex 75 1A 2 0 4E 62 36 D 61 17
Octal 165 32 2 0 116 142 66 15 141 27
Binary 1110101 11010 10 0 1001110 1100010 110110 1101 1100001 10111

Color Harmonies of #751A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A02

Black with #751A02

Text Example


Text Example

White with #751A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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