Html Css Color HEX #953A29 Fire

📋 copy color: '#953A29'

red 149 ◦ green 58 ◦ blue 41

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

Shades of Fire #953A29

Tints of Fire #953A29

RGB

 RED value IS 149 (58.59% from 255) = 60.08%

 GREEN value IS 58 (23.05% from 255) = 23.39%

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

R = 60.08%
G = 23.39%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#953A29 (or 0x953A29) is known color: Fire. HEX triplet: 95, 3A and 29. RGB value is (149,58,41). Sum of RGB (Red+Green+Blue) = 149+58+41=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #953A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A29 is #6AC5D6. Grayscale: #535353. Windows color (decimal): -6997463 or 2701973. OLE color: 2701973.

HSL color Cylindrical-coordinate representation of color #953A29: hue angle of 9.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953A29 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 41 -
CMYK 0 0.61 0.72 0.42
HSL 9.44º 0.57% 0.37% -
HSV(B) 9.44º 0.72% 0.58% -
XYZ 14.31 9.58 3.19 -
YUV 83.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 149 58 41 0 0.61 0.72 0.42 9.44 0.57 0.37
Hex 95 3A 29 0 3D 48 2A 9 39 25
Octal 225 72 51 0 75 110 52 11 71 45
Binary 10010101 111010 101001 0 111101 1001000 101010 1001 111001 100101

Color Harmonies of #953A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A29

Black with #953A29

Text Example


Text Example

White with #953A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A29; }

 p { color: rgb(149,58,41); }

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

background-color css

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

 a { background-color: rgb(149,58,41); }

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

border-color css

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

 span { border-color: rgb(149,58,41); }

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