Html Css Color HEX #9F381D Rock Spray

📋 copy color: '#9F381D'

red 159 ◦ green 56 ◦ blue 29

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

Shades of Rock Spray #9F381D

Tints of Rock Spray #9F381D

RGB

 RED value IS 159 (62.5% from 255) = 65.16%

 GREEN value IS 56 (22.27% from 255) = 22.95%

 BLUE value IS 29 (11.72% from 255) = 11.89%

R = 65.16%
G = 22.95%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F381D (or 0x9F381D) is known color: Rock Spray. HEX triplet: 9F, 38 and 1D. RGB value is (159,56,29). Sum of RGB (Red+Green+Blue) = 159+56+29=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F381D is #60C7E2. Grayscale: #535353. Windows color (decimal): -6342627 or 1915039. OLE color: 1915039.

HSL color Cylindrical-coordinate representation of color #9F381D: hue angle of 12.46º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F381D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 56 29 -
CMYK 0 0.65 0.82 0.38
HSL 12.46º 0.69% 0.37% -
HSV(B) 12.46º 0.82% 0.62% -
XYZ 15.93 10.29 2.31 -
YUV 83.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 159 56 29 0 0.65 0.82 0.38 12.46 0.69 0.37
Hex 9F 38 1D 0 41 52 26 C 45 25
Octal 237 70 35 0 101 122 46 14 105 45
Binary 10011111 111000 11101 0 1000001 1010010 100110 1100 1000101 100101

Color Harmonies of #9F381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F381D

Black with #9F381D

Text Example


Text Example

White with #9F381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F381D; }

 p { color: rgb(159,56,29); }

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

background-color css

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

 a { background-color: rgb(159,56,29); }

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

border-color css

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

 span { border-color: rgb(159,56,29); }

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