Html Css Color HEX #751E02 Falu Red

📋 copy color: '#751E02'

red 117 ◦ green 30 ◦ blue 2

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

Shades of Falu Red #751E02

Tints of Falu Red #751E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.13%

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

R = 78.52%
G = 20.13%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#751E02 (or 0x751E02) is known color: Falu Red. HEX triplet: 75, 1E and 02. RGB value is (117,30,2). Sum of RGB (Red+Green+Blue) = 117+30+2=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #751E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E02 is #8AE1FD. Grayscale: #353535. Windows color (decimal): -9101822 or 138869. OLE color: 138869.

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

Color convert

RGB 117 30 2 -
CMYK 0 0.74 0.98 0.54
HSL 14.61º 0.97% 0.23% -
HSV(B) 14.61º 0.98% 0.46% -
XYZ 7.81 4.71 0.56 -
YUV 52.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 117 30 2 0 0.74 0.98 0.54 14.61 0.97 0.23
Hex 75 1E 2 0 4A 62 36 F 61 17
Octal 165 36 2 0 112 142 66 17 141 27
Binary 1110101 11110 10 0 1001010 1100010 110110 1111 1100001 10111

Color Harmonies of #751E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E02

Black with #751E02

Text Example


Text Example

White with #751E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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