Html Css Color HEX #851D02 Falu Red

📋 copy color: '#851D02'

red 133 ◦ green 29 ◦ blue 2

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

Shades of Falu Red #851D02

Tints of Falu Red #851D02

RGB

 RED value IS 133 (52.34% from 255) = 81.1%

 GREEN value IS 29 (11.72% from 255) = 17.68%

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

R = 81.1%
G = 17.68%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#851D02 (or 0x851D02) is known color: Falu Red. HEX triplet: 85, 1D and 02. RGB value is (133,29,2). Sum of RGB (Red+Green+Blue) = 133+29+2=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #851D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851D02 is #7AE2FD. Grayscale: #393939. Windows color (decimal): -8053502 or 138629. OLE color: 138629.

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

Color convert

RGB 133 29 2 -
CMYK 0 0.78 0.98 0.48
HSL 12.37º 0.97% 0.26% -
HSV(B) 12.37º 0.98% 0.52% -
XYZ 10.12 5.87 0.66 -
YUV 57.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 133 29 2 0 0.78 0.98 0.48 12.37 0.97 0.26
Hex 85 1D 2 0 4E 62 30 C 61 1A
Octal 205 35 2 0 116 142 60 14 141 32
Binary 10000101 11101 10 0 1001110 1100010 110000 1100 1100001 11010

Color Harmonies of #851D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D02

Black with #851D02

Text Example


Text Example

White with #851D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851D02; }

 p { color: rgb(133,29,2); }

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

background-color css

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

 a { background-color: rgb(133,29,2); }

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

border-color css

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

 span { border-color: rgb(133,29,2); }

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