Html Css Color HEX #133721 Deep Fir

📋 copy color: '#133721'

red 19 ◦ green 55 ◦ blue 33

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

Shades of Deep Fir #133721

Tints of Deep Fir #133721

RGB

 RED value IS 19 (7.81% from 255) = 17.76%

 GREEN value IS 55 (21.88% from 255) = 51.4%

 BLUE value IS 33 (13.28% from 255) = 30.84%

R = 17.76%
G = 51.4%
B = 30.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#133721 (or 0x133721) is known color: Deep Fir. HEX triplet: 13, 37 and 21. RGB value is (19,55,33). Sum of RGB (Red+Green+Blue) = 19+55+33=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #133721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133721 is #ECC8DE. Grayscale: #292929. Windows color (decimal): -15517919 or 2176787. OLE color: 2176787.

HSL color Cylindrical-coordinate representation of color #133721: hue angle of 143.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133721 is Cyan = 0.65, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 33 -
CMYK 0.65 0 0.4 0.78
HSL 143.33º 0.49% 0.15% -
HSV(B) 143.33º 0.65% 0.22% -
XYZ 1.91 2.98 1.91 -
YUV 41.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 19 55 33 0.65 0 0.4 0.78 143.33 0.49 0.15
Hex 13 37 21 41 0 28 4E 8F 31 F
Octal 23 67 41 101 0 50 116 217 61 17
Binary 10011 110111 100001 1000001 0 101000 1001110 10001111 110001 1111

Color Harmonies of #133721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133721

Black with #133721

Text Example


Text Example

White with #133721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133721; }

 p { color: rgb(19,55,33); }

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

background-color css

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

 a { background-color: rgb(19,55,33); }

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

border-color css

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

 span { border-color: rgb(19,55,33); }

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