Html Css Color HEX #9B421B Rock Spray

📋 copy color: '#9B421B'

red 155 ◦ green 66 ◦ blue 27

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

Shades of Rock Spray #9B421B

Tints of Rock Spray #9B421B

RGB

 RED value IS 155 (60.94% from 255) = 62.5%

 GREEN value IS 66 (26.17% from 255) = 26.61%

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

R = 62.5%
G = 26.61%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B421B (or 0x9B421B) is known color: Rock Spray. HEX triplet: 9B, 42 and 1B. RGB value is (155,66,27). Sum of RGB (Red+Green+Blue) = 155+66+27=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B421B is #64BDE4. Grayscale: #585858. Windows color (decimal): -6602213 or 1786523. OLE color: 1786523.

HSL color Cylindrical-coordinate representation of color #9B421B: hue angle of 18.28º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B421B is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 66 27 -
CMYK 0 0.57 0.83 0.39
HSL 18.28º 0.7% 0.36% -
HSV(B) 18.28º 0.83% 0.61% -
XYZ 15.66 10.94 2.32 -
YUV 88.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 155 66 27 0 0.57 0.83 0.39 18.28 0.7 0.36
Hex 9B 42 1B 0 39 53 27 12 46 24
Octal 233 102 33 0 71 123 47 22 106 44
Binary 10011011 1000010 11011 0 111001 1010011 100111 10010 1000110 100100

Color Harmonies of #9B421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B421B

Black with #9B421B

Text Example


Text Example

White with #9B421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,66,27); }

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

background-color css

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

 a { background-color: rgb(155,66,27); }

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

border-color css

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

 span { border-color: rgb(155,66,27); }

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