Html Css Color HEX #9E381B Rock Spray

📋 copy color: '#9E381B'

red 158 ◦ green 56 ◦ blue 27

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

Shades of Rock Spray #9E381B

Tints of Rock Spray #9E381B

RGB

 RED value IS 158 (62.11% from 255) = 65.56%

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

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 65.56%
G = 23.24%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9E381B (or 0x9E381B) is known color: Rock Spray. HEX triplet: 9E, 38 and 1B. RGB value is (158,56,27). Sum of RGB (Red+Green+Blue) = 158+56+27=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E381B is #61C7E4. Grayscale: #535353. Windows color (decimal): -6408165 or 1783966. OLE color: 1783966.

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

Color convert

RGB 158 56 27 -
CMYK 0 0.65 0.83 0.38
HSL 13.28º 0.71% 0.36% -
HSV(B) 13.28º 0.83% 0.62% -
XYZ 15.71 10.18 2.17 -
YUV 83.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 158 56 27 0 0.65 0.83 0.38 13.28 0.71 0.36
Hex 9E 38 1B 0 41 53 26 D 47 24
Octal 236 70 33 0 101 123 46 15 107 44
Binary 10011110 111000 11011 0 1000001 1010011 100110 1101 1000111 100100

Color Harmonies of #9E381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E381B

Black with #9E381B

Text Example


Text Example

White with #9E381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,56,27); }

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

background-color css

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

 a { background-color: rgb(158,56,27); }

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

border-color css

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

 span { border-color: rgb(158,56,27); }

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