Html Css Color HEX #852629 Flame Red

📋 copy color: '#852629'

red 133 ◦ green 38 ◦ blue 41

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

Shades of Flame Red #852629

Tints of Flame Red #852629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.92%

 BLUE value IS 41 (16.41% from 255) = 19.34%

R = 62.74%
G = 17.92%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#852629 (or 0x852629) is known color: Flame Red. HEX triplet: 85, 26 and 29. RGB value is (133,38,41). Sum of RGB (Red+Green+Blue) = 133+38+41=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #852629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852629 is #7AD9D6. Grayscale: #424242. Windows color (decimal): -8051159 or 2696837. OLE color: 2696837.

HSL color Cylindrical-coordinate representation of color #852629: hue angle of 358.11º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852629 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 41 -
CMYK 0 0.71 0.69 0.48
HSL 358.11º 0.56% 0.34% -
HSV(B) 358.11º 0.71% 0.52% -
XYZ 10.77 6.53 2.79 -
YUV 66.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 133 38 41 0 0.71 0.69 0.48 358.11 0.56 0.34
Hex 85 26 29 0 47 45 30 166 38 22
Octal 205 46 51 0 107 105 60 546 70 42
Binary 10000101 100110 101001 0 1000111 1000101 110000 101100110 111000 100010

Color Harmonies of #852629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852629

Black with #852629

Text Example


Text Example

White with #852629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852629; }

 p { color: rgb(133,38,41); }

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

background-color css

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

 a { background-color: rgb(133,38,41); }

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

border-color css

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

 span { border-color: rgb(133,38,41); }

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