Html Css Color HEX #872A2D Flame Red

📋 copy color: '#872A2D'

red 135 ◦ green 42 ◦ blue 45

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

Shades of Flame Red #872A2D

Tints of Flame Red #872A2D

RGB

 RED value IS 135 (53.13% from 255) = 60.81%

 GREEN value IS 42 (16.8% from 255) = 18.92%

 BLUE value IS 45 (17.97% from 255) = 20.27%

R = 60.81%
G = 18.92%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#872A2D (or 0x872A2D) is known color: Flame Red. HEX triplet: 87, 2A and 2D. RGB value is (135,42,45). Sum of RGB (Red+Green+Blue) = 135+42+45=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #872A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A2D is #78D5D2. Grayscale: #464646. Windows color (decimal): -7919059 or 2960007. OLE color: 2960007.

HSL color Cylindrical-coordinate representation of color #872A2D: hue angle of 358.06º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872A2D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 42 45 -
CMYK 0 0.69 0.67 0.47
HSL 358.06º 0.53% 0.35% -
HSV(B) 358.06º 0.69% 0.53% -
XYZ 11.29 7 3.24 -
YUV 70.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 135 42 45 0 0.69 0.67 0.47 358.06 0.53 0.35
Hex 87 2A 2D 0 45 43 2F 166 35 23
Octal 207 52 55 0 105 103 57 546 65 43
Binary 10000111 101010 101101 0 1000101 1000011 101111 101100110 110101 100011

Color Harmonies of #872A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A2D

Black with #872A2D

Text Example


Text Example

White with #872A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872A2D; }

 p { color: rgb(135,42,45); }

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

background-color css

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

 a { background-color: rgb(135,42,45); }

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

border-color css

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

 span { border-color: rgb(135,42,45); }

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