Html Css Color HEX #882302 Falu Red

📋 copy color: '#882302'

red 136 ◦ green 35 ◦ blue 2

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

Shades of Falu Red #882302

Tints of Falu Red #882302

RGB

 RED value IS 136 (53.52% from 255) = 78.61%

 GREEN value IS 35 (14.06% from 255) = 20.23%

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

R = 78.61%
G = 20.23%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#882302 (or 0x882302) is known color: Falu Red. HEX triplet: 88, 23 and 02. RGB value is (136,35,2). Sum of RGB (Red+Green+Blue) = 136+35+2=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #882302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882302 is #77DCFD. Grayscale: #3D3D3D. Windows color (decimal): -7855358 or 140168. OLE color: 140168.

HSL color Cylindrical-coordinate representation of color #882302: hue angle of 14.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #882302 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 35 2 -
CMYK 0 0.74 0.99 0.47
HSL 14.78º 0.97% 0.27% -
HSV(B) 14.78º 0.99% 0.53% -
XYZ 10.77 6.44 0.73 -
YUV 61.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 136 35 2 0 0.74 0.99 0.47 14.78 0.97 0.27
Hex 88 23 2 0 4A 63 2F F 61 1B
Octal 210 43 2 0 112 143 57 17 141 33
Binary 10001000 100011 10 0 1001010 1100011 101111 1111 1100001 11011

Color Harmonies of #882302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882302

Black with #882302

Text Example


Text Example

White with #882302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882302; }

 p { color: rgb(136,35,2); }

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

background-color css

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

 a { background-color: rgb(136,35,2); }

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

border-color css

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

 span { border-color: rgb(136,35,2); }

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