Html Css Color HEX #95411F Fire

📋 copy color: '#95411F'

red 149 ◦ green 65 ◦ blue 31

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

Shades of Fire #95411F

Tints of Fire #95411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 60.82%
G = 26.53%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#95411F (or 0x95411F) is known color: Fire. HEX triplet: 95, 41 and 1F. RGB value is (149,65,31). Sum of RGB (Red+Green+Blue) = 149+65+31=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95411F is #6ABEE0. Grayscale: #565656. Windows color (decimal): -6995681 or 2048405. OLE color: 2048405.

HSL color Cylindrical-coordinate representation of color #95411F: hue angle of 17.29º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95411F is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 31 -
CMYK 0 0.56 0.79 0.42
HSL 17.29º 0.66% 0.35% -
HSV(B) 17.29º 0.79% 0.58% -
XYZ 14.53 10.27 2.51 -
YUV 86.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 149 65 31 0 0.56 0.79 0.42 17.29 0.66 0.35
Hex 95 41 1F 0 38 4F 2A 11 42 23
Octal 225 101 37 0 70 117 52 21 102 43
Binary 10010101 1000001 11111 0 111000 1001111 101010 10001 1000010 100011

Color Harmonies of #95411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95411F

Black with #95411F

Text Example


Text Example

White with #95411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95411F; }

 p { color: rgb(149,65,31); }

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

background-color css

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

 a { background-color: rgb(149,65,31); }

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

border-color css

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

 span { border-color: rgb(149,65,31); }

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